]> git.baikalelectronics.ru Git - kernel.git/commitdiff
powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.h
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 3 Sep 2021 11:18:40 +0000 (11:18 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 7 Feb 2022 10:02:20 +0000 (21:02 +1100)
sys_ctrler_t definitions are tied to pmac. Move it into pmac_feature.h

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
[mpe: Move to pmac_feature.h to fix some build errors]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/7dd5ead4bbca749e2da089ff6fe2b1878d6bf40e.1630667612.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/machdep.h
arch/powerpc/include/asm/pmac_feature.h
arch/powerpc/platforms/powermac/pmac.h
drivers/macintosh/via-cuda.c
sound/ppc/pmac.h

index 75687e1f994ab4485ea7b6582f933861c6bdfdde..06ac7ef07c85fd6f5205e17d8f526db28c57a2df 100644 (file)
@@ -230,21 +230,6 @@ extern struct machdep_calls *machine_id;
                machine_id == &mach_##name; \
        })
 
-#ifdef CONFIG_PPC_PMAC
-/*
- * Power macintoshes have either a CUDA, PMU or SMU controlling
- * system reset, power, NVRAM, RTC.
- */
-typedef enum sys_ctrler_kind {
-       SYS_CTRLER_UNKNOWN = 0,
-       SYS_CTRLER_CUDA = 1,
-       SYS_CTRLER_PMU = 2,
-       SYS_CTRLER_SMU = 3,
-} sys_ctrler_t;
-extern sys_ctrler_t sys_ctrler;
-
-#endif /* CONFIG_PPC_PMAC */
-
 static inline void log_error(char *buf, unsigned int err_type, int fatal)
 {
        if (ppc_md.log_error)
index e08e829261b6ab5883361407940b8c0e27622020..2495866f2e97321c3200849d608480e52370b47c 100644 (file)
@@ -401,5 +401,17 @@ extern u32 __iomem *uninorth_base;
  */
 extern int pmac_get_uninorth_variant(void);
 
+/*
+ * Power macintoshes have either a CUDA, PMU or SMU controlling
+ * system reset, power, NVRAM, RTC.
+ */
+typedef enum sys_ctrler_kind {
+       SYS_CTRLER_UNKNOWN = 0,
+       SYS_CTRLER_CUDA = 1,
+       SYS_CTRLER_PMU = 2,
+       SYS_CTRLER_SMU = 3,
+} sys_ctrler_t;
+extern sys_ctrler_t sys_ctrler;
+
 #endif /* __ASM_POWERPC_PMAC_FEATURE_H */
 #endif /* __KERNEL__ */
index 29d2036dcc9d832fbbc59a9d2a2122cd354f0933..ba8d4e97095b07f77627e0938322ea5c635cac41 100644 (file)
@@ -5,6 +5,8 @@
 #include <linux/pci.h>
 #include <linux/irq.h>
 
+#include <asm/pmac_feature.h>
+
 /*
  * Declaration for the various functions exported by the
  * pmac_* files. Mostly for use by pmac_setup
index cd267392289cfa6c632356e5e02928d248e88280..3d0d0b9d471d4da2b101db59d88a79e60dba3ea7 100644 (file)
@@ -21,6 +21,7 @@
 #ifdef CONFIG_PPC
 #include <asm/prom.h>
 #include <asm/machdep.h>
+#include <asm/pmac_feature.h>
 #else
 #include <asm/macintosh.h>
 #include <asm/macints.h>
index a758caf689d229dd16e61de8d834146cf16fa15c..b6f454130463877d376d06d2f72f5d8c036e426e 100644 (file)
@@ -26,6 +26,7 @@
 #include <asm/dbdma.h>
 #include <asm/prom.h>
 #include <asm/machdep.h>
+#include <asm/pmac_feature.h>
 
 /* maximum number of fragments */
 #define PMAC_MAX_FRAGS         32