Gitweb: http://git.kernel.org/linus/c4ad074f11acc46a4ded25dec4f4c2b8d2d4ebb8 Commit: c4ad074f11acc46a4ded25dec4f4c2b8d2d4ebb8 Parent: 734cc82a65cd5abc1b616fb0699eb2c251de7831 Author: Ameya Palande <2ameya@gmail.com> AuthorDate: Mon Dec 14 13:57:59 2009 +0200 Committer: Greg Kroah-Hartman <gregkh@suse.de> CommitDate: Wed Mar 3 16:42:30 2010 -0800 Staging: iio: checkinclude.pl fix Remove <linux/device.h> which is included twice Signed-off-by: Ameya Palande <2ameya@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/staging/iio/ring_sw.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/staging/iio/ring_sw.c b/drivers/staging/iio/ring_sw.c index 359ff92..b746cf6 100644 --- a/drivers/staging/iio/ring_sw.c +++ b/drivers/staging/iio/ring_sw.c @@ -8,7 +8,6 @@ */ #include <linux/kernel.h> -#include <linux/device.h> #include <linux/module.h> #include <linux/device.h> #include <linux/workqueue.h> -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
