projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d14c374
)
fbdev: remove the unnecessary includes of ppc specific header files
author
Kevin Hao
<
[email protected]
>
Thu, 12 Mar 2015 12:32:48 +0000
(20:32 +0800)
committer
Michael Ellerman
<
[email protected]
>
Tue, 17 Mar 2015 09:04:32 +0000
(20:04 +1100)
In the current kernel, we don't need to include these arch specific
header files for ppc.
Signed-off-by: Kevin Hao <
[email protected]
>
Acked-by: Benjamin Herrenschmidt <
[email protected]
>
Acked-by: Tomi Valkeinen <
[email protected]
>
Signed-off-by: Michael Ellerman <
[email protected]
>
drivers/video/fbdev/core/fbmon.c
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/core/fbmon.c
b/drivers/video/fbdev/core/fbmon.c
index 868facdec6384da049eb130097eaf76c994b95d0..01ef1b953390d186a02770e08f3cb954f8d22a72 100644
(file)
--- a/
drivers/video/fbdev/core/fbmon.c
+++ b/
drivers/video/fbdev/core/fbmon.c
@@
-33,10
+33,6
@@
#include <video/edid.h>
#include <video/of_videomode.h>
#include <video/videomode.h>
-#ifdef CONFIG_PPC_OF
-#include <asm/prom.h>
-#include <asm/pci-bridge.h>
-#endif
#include "../edid.h"
/*