summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/nvidia/nv_of.c
diff options
context:
space:
mode:
authorKevin Hao <haokexin@gmail.com>2015-03-12 15:32:46 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2015-03-17 12:04:32 +0300
commit5299b620977ed6b1edbbedd5d9641c0afa9780fe (patch)
tree2d1726fb25210c6e85485ce521e632704ce3b81a /drivers/video/fbdev/nvidia/nv_of.c
parente9cfb2d62befcd562291e6a8a63d3bdff89b135b (diff)
downloadlinux-5299b620977ed6b1edbbedd5d9641c0afa9780fe.tar.xz
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.c3
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"