From: Jaswinder S. R. <jas...@ke...> - 2009-09-24 11:08:36
|
fix the following 'make includecheck' warning: drivers/video/da8xx-fb.c: linux/device.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jas...@gm...> Cc: Kevin Hilman <kh...@de...> Cc: Krzysztof Helt <krz...@wp...> Cc: Pavel Kiryukhin <pki...@ru...> Cc: Steve Chen <sc...@mv...> Cc: Sudhakar Rajashekhara <sud...@ti...> Cc: Andrew Morton <ak...@li...> --- drivers/video/da8xx-fb.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index 42e1005..d065894 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c @@ -26,7 +26,6 @@ #include <linux/device.h> #include <linux/platform_device.h> #include <linux/uaccess.h> -#include <linux/device.h> #include <linux/interrupt.h> #include <linux/clk.h> #include <video/da8xx-fb.h> -- 1.6.0.6 |