diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-26 21:53:19 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-26 21:53:19 +1000 |
commit | b41fc4f82f6a73b8b2e8f44bd7ef075797d2dacb (patch) | |
tree | 52338ab7d1921deeeb969203fb6a2a5b958ee145 /include/asm-powerpc/machdep.h | |
parent | c49888203d7a316cb947bb8a1cf2ae191f28bcd3 (diff) | |
download | op-kernel-dev-b41fc4f82f6a73b8b2e8f44bd7ef075797d2dacb.zip op-kernel-dev-b41fc4f82f6a73b8b2e8f44bd7ef075797d2dacb.tar.gz |
power: Update the multiple inclusion protection symbol on machdep.h
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/machdep.h')
-rw-r--r-- | include/asm-powerpc/machdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-powerpc/machdep.h b/include/asm-powerpc/machdep.h index b3a93b4..706508b 100644 --- a/include/asm-powerpc/machdep.h +++ b/include/asm-powerpc/machdep.h @@ -1,5 +1,5 @@ -#ifndef _PPC64_MACHDEP_H -#define _PPC64_MACHDEP_H +#ifndef _ASM_POWERPC_MACHDEP_H +#define _ASM_POWERPC_MACHDEP_H #ifdef __KERNEL__ /* @@ -281,4 +281,4 @@ static inline void log_error(char *buf, unsigned int err_type, int fatal) } #endif /* __KERNEL__ */ -#endif /* _PPC64_MACHDEP_H */ +#endif /* _ASM_POWERPC_MACHDEP_H */ |