]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers: video: fbdev: atmel_lcdfb.c: remove unnecessary header
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 17 Oct 2014 12:19:15 +0000 (14:19 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 22 Oct 2014 07:00:26 +0000 (10:00 +0300)
Remove unnecessary mach/cpu.h header to be able to converge to a multiplatform
kernel.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/atmel_lcdfb.c

index 3bf403150a2d6fbfcf9814df777e1ab51853c72b..9ec81d46fc5785d45a31e159b498513f62139188 100644 (file)
@@ -27,7 +27,6 @@
 #include <linux/regulator/consumer.h>
 #include <video/videomode.h>
 
-#include <mach/cpu.h>
 #include <asm/gpio.h>
 
 #include <video/atmel_lcdc.h>