From: Paul Mackerras Date: Wed, 26 Oct 2005 11:53:19 +0000 (+1000) Subject: power: Update the multiple inclusion protection symbol on machdep.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b41fc4f82f6a73b8b2e8f44bd7ef075797d2dacb;p=linux-beck.git power: Update the multiple inclusion protection symbol on machdep.h Signed-off-by: Paul Mackerras --- diff --git a/include/asm-powerpc/machdep.h b/include/asm-powerpc/machdep.h index b3a93b476d97..706508b1b04b 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 */