Commit 42650d8c authored by Paul Mackerras's avatar Paul Mackerras

powerpc: Fix some #ifndef __KERNEL__ that should be #ifdef

Grrr....
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 88ced031
#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.
*
......
#ifndef _ASM_POWERPC_OHARE_H
#define _ASM_POWERPC_OHARE_H
#ifndef __KERNEL__
#ifdef __KERNEL__
/*
* ohare.h: definitions for using the "O'Hare" I/O controller chip.
*
......
#ifndef _ASM_POWERPC_SECCOMP_H
#define _ASM_POWERPC_SECCOMP_H
#ifndef __KERNEL__
#ifdef __KERNEL__
#include <linux/thread_info.h>
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment