diff options
author | Paul Mackerras <paulus@samba.org> | 2005-12-20 08:43:52 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-09 05:14:05 +0100 |
commit | 42650d8c9060a2658a79d4e30a5790b23d7753e0 (patch) | |
tree | e9a81a0ed78f606a4d04b71c40a1bcf144d72401 /include/asm-powerpc/heathrow.h | |
parent | [PATCH] powerpc: sanitize header files for user space includes (diff) | |
download | linux-42650d8c9060a2658a79d4e30a5790b23d7753e0.tar.xz linux-42650d8c9060a2658a79d4e30a5790b23d7753e0.zip |
powerpc: Fix some #ifndef __KERNEL__ that should be #ifdef
Grrr....
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/heathrow.h')
-rw-r--r-- | include/asm-powerpc/heathrow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/heathrow.h b/include/asm-powerpc/heathrow.h index 470ab7be20a2..93f54958a9d1 100644 --- a/include/asm-powerpc/heathrow.h +++ b/include/asm-powerpc/heathrow.h @@ -1,6 +1,6 @@ #ifndef _ASM_POWERPC_HEATHROW_H #define _ASM_POWERPC_HEATHROW_H -#ifndef __KERNEL__ +#ifdef __KERNEL__ /* * heathrow.h: definitions for using the "Heathrow" I/O controller chip. * |