From: Jaswinder S. R. <jas...@ke...> - 2009-09-24 11:16:00
|
fix the following 'make includecheck' warning: drivers/video/msm/mddi.c: linux/delay.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jas...@gm...> Cc: Pavel Machek <pa...@uc...> Cc: Brian Swetland <swe...@go...> Cc: Krzysztof Helt <krz...@po...> Cc: Rebecca Schultz Zavin <re...@an...> Cc: Dima Zavin <di...@an...> Cc: Andrew Morton <ak...@li...> --- drivers/video/msm/mddi.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/video/msm/mddi.c b/drivers/video/msm/mddi.c index f2de5a1..5c5a1ad 100644 --- a/drivers/video/msm/mddi.c +++ b/drivers/video/msm/mddi.c @@ -27,8 +27,6 @@ #include <mach/msm_iomap.h> #include <mach/irqs.h> #include <mach/board.h> -#include <linux/delay.h> - #include <mach/msm_fb.h> #include "mddi_hw.h" -- 1.6.0.6 |