summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/raven.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-28 03:58:46 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-28 03:58:46 +0000
commitb63ad0882a16a5d28003e57f2b0b81dee3fb322b (patch)
tree0a343ce219e2b8b38a5d702d66032c57b83d9720 /include/asm-ppc/raven.h
parenta9d7bff9a84dba79609a0002e5321b74c4d64c64 (diff)
Merge with 2.4.0-test11.
Diffstat (limited to 'include/asm-ppc/raven.h')
-rw-r--r--include/asm-ppc/raven.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/raven.h b/include/asm-ppc/raven.h
index 62f996f66..ee873ff82 100644
--- a/include/asm-ppc/raven.h
+++ b/include/asm-ppc/raven.h
@@ -8,6 +8,7 @@
* for more details.
*/
+#ifdef __KERNEL__
#ifndef _ASMPPC_RAVEN_H
#define _ASMPPC_RAVEN_H
@@ -31,3 +32,4 @@ extern struct hw_interrupt_type raven_pic;
extern int raven_init(void);
#endif _ASMPPC_RAVEN_H
+#endif /* __KERNEL__ */