mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
[POWERPC] arch/powerpc: Remove duplicate includes
Signed-off-by: Lucas Woods <woodzy@gmail.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
6c6199c155
commit
05ead01554
@ -24,13 +24,12 @@
|
||||
#include <linux/signal.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/elf.h>
|
||||
#include <linux/ptrace.h>
|
||||
#ifdef CONFIG_PPC64
|
||||
#include <linux/syscalls.h>
|
||||
#include <linux/compat.h>
|
||||
#include <linux/ptrace.h>
|
||||
#else
|
||||
#include <linux/wait.h>
|
||||
#include <linux/ptrace.h>
|
||||
#include <linux/unistd.h>
|
||||
#include <linux/stddef.h>
|
||||
#include <linux/tty.h>
|
||||
|
@ -94,7 +94,6 @@ extern struct machdep_calls pmac_md;
|
||||
#define DEFAULT_ROOT_DEVICE Root_SDA1 /* sda1 - slightly silly choice */
|
||||
|
||||
#ifdef CONFIG_PPC64
|
||||
#include <asm/udbg.h>
|
||||
int sccdbg;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user