diff options
author | Kevin Hao <haokexin@gmail.com> | 2015-03-12 20:32:46 +0800 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-03-17 20:04:32 +1100 |
commit | 5299b620977ed6b1edbbedd5d9641c0afa9780fe (patch) | |
tree | 2d1726fb25210c6e85485ce521e632704ce3b81a /drivers/video/fbdev/nvidia/nv_of.c | |
parent | e9cfb2d62befcd562291e6a8a63d3bdff89b135b (diff) | |
download | blackbird-obmc-linux-5299b620977ed6b1edbbedd5d9641c0afa9780fe.tar.gz blackbird-obmc-linux-5299b620977ed6b1edbbedd5d9641c0afa9780fe.zip |
fbdev: nvidia: remove the dependency on PPC_OF
The OF functionality has moved to a common place and be used by many
archs. So we don't need to include the ppc arch specific header files
and depend on PPC_OF option any more. This is a preparation for
killing PPC_OF.
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/video/fbdev/nvidia/nv_of.c')
-rw-r--r-- | drivers/video/fbdev/nvidia/nv_of.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/fbdev/nvidia/nv_of.c b/drivers/video/fbdev/nvidia/nv_of.c index 3bc13df4b120..5f3e5179c25a 100644 --- a/drivers/video/fbdev/nvidia/nv_of.c +++ b/drivers/video/fbdev/nvidia/nv_of.c @@ -19,9 +19,6 @@ #include <asm/io.h> -#include <asm/prom.h> -#include <asm/pci-bridge.h> - #include "nv_type.h" #include "nv_local.h" #include "nv_proto.h" |