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:
336e747
)
mb862xxfb: use CONFIG_OF instead of CONFIG_PPC_OF
author
Arnd Bergmann
<
[email protected]
>
Tue, 16 Jun 2009 22:34:31 +0000
(15:34 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 17 Jun 2009 02:47:59 +0000
(19:47 -0700)
With this change, the driver builds fine on Microblaze, which helps
allyesconfig compile tests.
I did not test sparc, but the change should have the same effect there.
Signed-off-by: Arnd Bergmann <
[email protected]
>
Acked-by: Anatolij Gustschin <
[email protected]
>
Tested-by: Anatolij Gustschin <
[email protected]
>
Cc: "David S. Miller" <
[email protected]
>
Cc: Michal Simek <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/mb862xx/mb862xxfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/mb862xx/mb862xxfb.c
b/drivers/video/mb862xx/mb862xxfb.c
index fb64234a3825a2a9d1ee7f24e52e7cd75b969713..a28e3cfbbf707964099cbf6d04a97eb6a6db2860 100644
(file)
--- a/
drivers/video/mb862xx/mb862xxfb.c
+++ b/
drivers/video/mb862xx/mb862xxfb.c
@@
-19,7
+19,7
@@
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
-#if defined(CONFIG_
PPC_
OF)
+#if defined(CONFIG_OF)
#include <linux/of_platform.h>
#endif
#include "mb862xxfb.h"