]> Git Repo - linux.git/commitdiff
LIS3LV02Dx: remove unused #include <version.h>
authorHuang Weiyi <[email protected]>
Thu, 13 Nov 2008 12:14:17 +0000 (20:14 +0800)
committerLinus Torvalds <[email protected]>
Sat, 15 Nov 2008 20:11:27 +0000 (12:11 -0800)
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/hwmon/lis3lv02d.c

index 752b5c44df9c3ebb10cfc73e6df00b7d1641fb45..c002144c76bc8762636f4fdb7649772d0b3a04cc 100644 (file)
@@ -33,7 +33,6 @@
 #include <linux/wait.h>
 #include <linux/poll.h>
 #include <linux/freezer.h>
-#include <linux/version.h>
 #include <linux/uaccess.h>
 #include <acpi/acpi_drivers.h>
 #include <asm/atomic.h>
This page took 0.054305 seconds and 4 git commands to generate.