diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/mpc8xx_lcd.c | 1 | ||||
-rw-r--r-- | drivers/video/pxa_lcd.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/mpc8xx_lcd.c b/drivers/video/mpc8xx_lcd.c index faa58c020be..b08576eab20 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 04105d4eaa8..64cef37bc9c 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> |