Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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



Grrr....

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 88ced031
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#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.
 *
+1 −1
Original line number Diff line number Diff line
#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.
 *
+1 −1
Original line number Diff line number Diff line
#ifndef _ASM_POWERPC_SECCOMP_H
#define _ASM_POWERPC_SECCOMP_H

#ifndef __KERNEL__
#ifdef __KERNEL__
#include <linux/thread_info.h>
#endif