From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Sachin Kamat To: linux-iio@vger.kernel.org Cc: devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, jic23@cam.ac.uk, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] staging: iio: Remove version.h header file inclusion Date: Mon, 4 Jun 2012 11:34:49 +0530 Message-Id: <1338789889-14049-1-git-send-email-sachin.kamat@linaro.org> List-ID: version.h header file is no longer required. Signed-off-by: Sachin Kamat --- 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 c3b05a1..040da4a 100755 --- a/drivers/staging/iio/light/tsl2x7x_core.c +++ b/drivers/staging/iio/light/tsl2x7x_core.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include -- 1.7.4.1