diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-06-04 11:34:49 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-04 21:19:42 -0700 |
commit | 44dd5b02530a5aaea16c1a0a9eea377407445b4a (patch) | |
tree | f5114b60a860a351918712ca037584497baa60c3 | |
parent | e31166f0fd48478866ee9661c36789126435ebe8 (diff) | |
download | linux-44dd5b02530a5aaea16c1a0a9eea377407445b4a.tar.bz2 |
staging: iio: Remove version.h header file inclusion
version.h header file is no longer required.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rwxr-xr-x | drivers/staging/iio/light/tsl2x7x_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/iio/light/tsl2x7x_core.c b/drivers/staging/iio/light/tsl2x7x_core.c index c3b05a1b3ea8..040da4acc66e 100755 --- a/drivers/staging/iio/light/tsl2x7x_core.c +++ b/drivers/staging/iio/light/tsl2x7x_core.c @@ -27,7 +27,6 @@ #include <linux/interrupt.h> #include <linux/slab.h> #include <linux/module.h> -#include <linux/version.h> #include <linux/iio/events.h> #include <linux/iio/iio.h> #include <linux/iio/sysfs.h> |