diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/rtc/mc146818.c | 1 | ||||
-rw-r--r-- | drivers/video/mpc8xx_lcd.c | 1 | ||||
-rw-r--r-- | drivers/video/pxa_lcd.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/drivers/rtc/mc146818.c b/drivers/rtc/mc146818.c index c9d318c0a7..44857a6e41 100644 --- a/drivers/rtc/mc146818.c +++ b/drivers/rtc/mc146818.c @@ -14,7 +14,6 @@ #include <common.h> #include <command.h> #include <rtc.h> -#include <version.h> #if defined(__I386__) || defined(CONFIG_MALTA) #include <asm/io.h> diff --git a/drivers/video/mpc8xx_lcd.c b/drivers/video/mpc8xx_lcd.c index faa58c020b..b08576eab2 100644 --- a/drivers/video/mpc8xx_lcd.c +++ b/drivers/video/mpc8xx_lcd.c @@ -15,7 +15,6 @@ #include <common.h> #include <command.h> #include <watchdog.h> -#include <version.h> #include <stdarg.h> #include <lcdvideo.h> #include <linux/types.h> diff --git a/drivers/video/pxa_lcd.c b/drivers/video/pxa_lcd.c index 04105d4eaa..64cef37bc9 100644 --- a/drivers/video/pxa_lcd.c +++ b/drivers/video/pxa_lcd.c @@ -13,7 +13,6 @@ #include <config.h> #include <common.h> -#include <version.h> #include <stdarg.h> #include <linux/types.h> #include <stdio_dev.h> |