aout: remove unnecessary inclusions of {asm, linux}/a.out.h
Remove now unnecessary inclusions of {asm,linux}/a.out.h. [akpm@linux-foundation.org: fix alpha build] Signed-off-by: David Howells <dhowells@redhat.com> Cc: <linux-arch@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
7fa3031500
commit
1eb1141123
@@ -14,7 +14,6 @@
|
||||
#include <asm/system.h>
|
||||
#include <asm/page.h>
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/a.out.h>
|
||||
#include <asm/mmu_context.h>
|
||||
#include <asm/oplib.h>
|
||||
|
||||
|
@@ -34,7 +34,6 @@
|
||||
#include <asm/sbus.h>
|
||||
#include <asm/asi.h>
|
||||
#include <asm/msi.h>
|
||||
#include <asm/a.out.h>
|
||||
#include <asm/mmu_context.h>
|
||||
#include <asm/io-unit.h>
|
||||
#include <asm/cacheflush.h>
|
||||
|
Reference in New Issue
Block a user