diff options
Diffstat (limited to 'include/asm-powerpc/string.h')
-rw-r--r-- | include/asm-powerpc/string.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-powerpc/string.h b/include/asm-powerpc/string.h index 22557599739..8606a696c08 100644 --- a/include/asm-powerpc/string.h +++ b/include/asm-powerpc/string.h @@ -1,5 +1,5 @@ -#ifndef _PPC_STRING_H_ -#define _PPC_STRING_H_ +#ifndef _ASM_POWERPC_STRING_H +#define _ASM_POWERPC_STRING_H #ifdef __KERNEL__ @@ -29,4 +29,4 @@ extern void * memchr(const void *,int,__kernel_size_t); #endif /* __KERNEL__ */ -#endif +#endif /* _ASM_POWERPC_STRING_H */ |