[PATCH] drivers: video: fbdev: atmel_lcdfb.c: remove unnecessary header
Subsystems:
framebuffer layer , microchip lcdfb driver , the rest
STALE4335d
3 messages,
3 authors,
2014-10-22 · open the first message on its own page
Remove unnecessary mach/cpu.h header to be able to converge to a multiplatform
kernel.
Signed-off-by: Alexandre Belloni <redacted>
---
drivers/video/fbdev/atmel_lcdfb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/video/fbdev/atmel_lcdfb.c b/drivers/video/fbdev/atmel_lcdfb.c
index 1d8bdb92939b..ea45a30fd4d2 100644
--- a/drivers/video/fbdev/atmel_lcdfb.c
+++ b/drivers/video/fbdev/atmel_lcdfb.c @@ -26,7 +26,6 @@
#include <video/of_display_timing.h>
#include <video/videomode.h>
- #include <mach/cpu.h>
#include <asm/gpio.h>
#include <video/atmel_lcdc.h> --
1.9.1
On 17/10/2014 14:19, Alexandre Belloni : Remove unnecessary mach/cpu.h header to be able to converge to a multiplatform
kernel.
Signed-off-by: Alexandre Belloni <redacted>
Acked-by: Nicolas Ferre <redacted>
Thanks.
Tomi, can you take it?
Bye,
quoted hunk ---
drivers/video/fbdev/atmel_lcdfb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/video/fbdev/atmel_lcdfb.c b/drivers/video/fbdev/atmel_lcdfb.c
index 1d8bdb92939b..ea45a30fd4d2 100644
--- a/drivers/video/fbdev/atmel_lcdfb.c
+++ b/drivers/video/fbdev/atmel_lcdfb.c @@ -26,7 +26,6 @@
#include <video/of_display_timing.h>
#include <video/videomode.h>
- #include <mach/cpu.h>
#include <asm/gpio.h>
#include <video/atmel_lcdc.h>
--
Nicolas Ferre
On 20/10/14 15:21, Nicolas Ferre wrote: On 17/10/2014 14:19, Alexandre Belloni : quoted Remove unnecessary mach/cpu.h header to be able to converge to a multiplatform
kernel.
Signed-off-by: Alexandre Belloni <redacted>
Acked-by: Nicolas Ferre <redacted>
Thanks.
Tomi, can you take it?
Thanks, queued for 3.18 fixes.
Tomi