Skip to content

Commit

Permalink
power: Update the multiple inclusion protection symbol on machdep.h
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Oct 26, 2005
1 parent c498882 commit b41fc4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/asm-powerpc/machdep.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _PPC64_MACHDEP_H
#define _PPC64_MACHDEP_H
#ifndef _ASM_POWERPC_MACHDEP_H
#define _ASM_POWERPC_MACHDEP_H
#ifdef __KERNEL__

/*
Expand Down Expand Up @@ -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 */

0 comments on commit b41fc4f

Please sign in to comment.