mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
a37c8875a7
Standardize on _ASM_POWERPC_... prefix for all #include exclusion symbols. Fixup all the non-compilers. Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
6 lines
129 B
C
6 lines
129 B
C
#ifndef _ASM_POWERPC_LINKAGE_H
|
|
#define _ASM_POWERPC_LINKAGE_H
|
|
|
|
/* Nothing to see here... */
|
|
|
|
#endif /* _ASM_POWERPC_LINKAGE_H */
|