Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

LIS3LV02Dx: remove unused #include <version.h>

The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
drivers/hwmon/lis3lv02d.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Huang Weiyi and committed by
Linus Torvalds
0d3b7100 537a2f88

-1
-1
drivers/hwmon/lis3lv02d.c
··· 33 33 #include <linux/wait.h> 34 34 #include <linux/poll.h> 35 35 #include <linux/freezer.h> 36 - #include <linux/version.h> 37 36 #include <linux/uaccess.h> 38 37 #include <acpi/acpi_drivers.h> 39 38 #include <asm/atomic.h>