Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0124f01 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Tomi Valkeinen
Browse files

drivers: video: fbdev: atmel_lcdfb.c: remove unnecessary header



Remove unnecessary mach/cpu.h header to be able to converge to a multiplatform
kernel.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 89f0244e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>