aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/ohare.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-12-20 02:43:52 -0500
committerPaul Mackerras <paulus@samba.org>2006-01-08 23:14:05 -0500
commit42650d8c9060a2658a79d4e30a5790b23d7753e0 (patch)
treee9a81a0ed78f606a4d04b71c40a1bcf144d72401 /include/asm-powerpc/ohare.h
parent88ced0314938814e1772b4d0d7ab20c52e4472b6 (diff)
powerpc: Fix some #ifndef __KERNEL__ that should be #ifdef
Grrr.... Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/ohare.h')
-rw-r--r--include/asm-powerpc/ohare.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/ohare.h b/include/asm-powerpc/ohare.h
index b42037cf4ad0..0d030f9dea24 100644
--- a/include/asm-powerpc/ohare.h
+++ b/include/asm-powerpc/ohare.h
@@ -1,6 +1,6 @@
1#ifndef _ASM_POWERPC_OHARE_H 1#ifndef _ASM_POWERPC_OHARE_H
2#define _ASM_POWERPC_OHARE_H 2#define _ASM_POWERPC_OHARE_H
3#ifndef __KERNEL__ 3#ifdef __KERNEL__
4/* 4/*
5 * ohare.h: definitions for using the "O'Hare" I/O controller chip. 5 * ohare.h: definitions for using the "O'Hare" I/O controller chip.
6 * 6 *