fbdev: radeon: replace PPC_OF with PPC
[firefly-linux-kernel-4.4.55.git] / drivers / video / fbdev / aty / radeonfb.h
index cb846044f57c075dd3aecf1cbc79b036d4156155..039def41c92004f0815b2324c9f96aa8b202eb07 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <asm/io.h>
 
-#if defined(CONFIG_PPC_OF) || defined(CONFIG_SPARC)
+#if defined(CONFIG_PPC) || defined(CONFIG_SPARC)
 #include <asm/prom.h>
 #endif
 
@@ -301,7 +301,7 @@ struct radeonfb_info {
        unsigned long           fb_local_base;
 
        struct pci_dev          *pdev;
-#if defined(CONFIG_PPC_OF) || defined(CONFIG_SPARC)
+#if defined(CONFIG_PPC) || defined(CONFIG_SPARC)
        struct device_node      *of_node;
 #endif