mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
power: Update the multiple inclusion protection symbol on machdep.h
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
c49888203d
commit
b41fc4f82f
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue