]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[POWERPC] Change include protections to ASM_POWERPC
authorBecky Bruce <becky.bruce@freescale.com>
Thu, 10 May 2007 15:13:04 +0000 (10:13 -0500)
committerPaul Mackerras <paulus@samba.org>
Thu, 17 May 2007 11:10:15 +0000 (21:10 +1000)
Change several headers in include/asm-powerpc that currently use some variation
of ASM_PPC to use ASM_POWERPC instead.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/asm-powerpc/mpc8260.h
include/asm-powerpc/pmac_feature.h
include/asm-powerpc/tsi108_irq.h
include/asm-powerpc/tsi108_pci.h
include/asm-powerpc/unistd.h

index f1b83b09ab2ebe8c7a08bb12e5420c56b86513c3..e0d480790e12ddc8528ade1355e48ef8535ff574 100644 (file)
@@ -5,8 +5,8 @@
  * this one and the configuration switching is done here.
  */
 #ifdef __KERNEL__
-#ifndef __ASM_PPC_MPC8260_H__
-#define __ASM_PPC_MPC8260_H__
+#ifndef __ASM_POWERPC_MPC8260_H__
+#define __ASM_POWERPC_MPC8260_H__
 
 
 #ifdef CONFIG_8260
@@ -20,5 +20,5 @@
 #endif
 
 #endif /* CONFIG_8260 */
-#endif /* !__ASM_PPC_MPC8260_H__ */
+#endif /* !__ASM_POWERPC_MPC8260_H__ */
 #endif /* __KERNEL__ */
index d43d91beba9b3ed2af3a04e8d549bca5731fa8c0..26bcb0aa164a2a470e2058b7384a8584440941b7 100644 (file)
@@ -28,8 +28,8 @@
  */
 
 #ifdef __KERNEL__
-#ifndef __PPC_ASM_PMAC_FEATURE_H
-#define __PPC_ASM_PMAC_FEATURE_H
+#ifndef __ASM_POWERPC_PMAC_FEATURE_H
+#define __ASM_POWERPC_PMAC_FEATURE_H
 
 #include <asm/macio.h>
 #include <asm/machdep.h>
@@ -393,5 +393,5 @@ extern u32 __iomem *uninorth_base;
 #define UN_BIC(r,v)    (UN_OUT((r), UN_IN(r) & ~(v)))
 
 
-#endif /* __PPC_ASM_PMAC_FEATURE_H */
+#endif /* __ASM_POWERPC_PMAC_FEATURE_H */
 #endif /* __KERNEL__ */
index 3e4d04effa5754e9931092545f5de2318aa7a3b2..6ed93979fbe4f1cd02c9cac93ca2933ad5663b58 100644 (file)
@@ -26,8 +26,8 @@
  * demultiplexing on TSI108EMU/SVB boards.
  */
 
-#ifndef _ASM_PPC_TSI108_IRQ_H
-#define _ASM_PPC_TSI108_IRQ_H
+#ifndef _ASM_POWERPC_TSI108_IRQ_H
+#define _ASM_POWERPC_TSI108_IRQ_H
 
 /*
  * Tsi108 interrupts
@@ -121,4 +121,4 @@ typedef enum {
        TSI108_IRQ_DIRECTED,
        TSI108_IRQ_DISTRIBUTED,
 } TSI108_IRQ_MODE;
-#endif                         /*  _ASM_PPC_TSI108_IRQ_H */
+#endif                         /*  _ASM_POWERPC_TSI108_IRQ_H */
index a9f92f73232c8d6d2826114f8f05169c745a3240..5653d7cc3e2404f35443682e6252b46e66103f09 100644 (file)
@@ -18,8 +18,8 @@
  * MA 02111-1307 USA
  */
 
-#ifndef _ASM_PPC_TSI108_PCI_H
-#define _ASM_PPC_TSI108_PCI_H
+#ifndef _ASM_POWERPC_TSI108_PCI_H
+#define _ASM_POWERPC_TSI108_PCI_H
 
 #include <asm/tsi108.h>
 
@@ -42,4 +42,4 @@ extern void tsi108_pci_int_init(struct device_node *node);
 extern void tsi108_irq_cascade(unsigned int irq, struct irq_desc *desc);
 extern void tsi108_clear_pci_cfg_error(void);
 
-#endif                         /*  _ASM_PPC_TSI108_PCI_H */
+#endif                         /*  _ASM_POWERPC_TSI108_PCI_H */
index 21f004aef5084237ce1971bee3db49dfa9acfdc9..908dfe4c2bfabf5a259c0eb3021b03c75fe87aa5 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _ASM_PPC_UNISTD_H_
-#define _ASM_PPC_UNISTD_H_
+#ifndef _ASM_POWERPC_UNISTD_H_
+#define _ASM_POWERPC_UNISTD_H_
 
 /*
  * This file contains the system call numbers.
 #endif         /* __ASSEMBLY__ */
 #endif         /* __KERNEL__ */
 
-#endif /* _ASM_PPC_UNISTD_H_ */
+#endif /* _ASM_POWERPC_UNISTD_H_ */