Skip to content

Commit

Permalink
[ARM] 3038/1: AAEC-2000 - Proper includes in hardware.h
Browse files Browse the repository at this point in the history
Patch from Bellido Nicolas

linux/config.h is not necessary in hardware.h, while asm/sizes.h and asm/arch//aaec2000.h will be used later.

Signed-off-by: Nicolas Bellido <ml@acolin.be>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Bellido Nicolas authored and Russell King committed Oct 28, 2005
1 parent 4028ef4 commit f0904e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/asm-arm/arch-aaec2000/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
#ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H

#include <linux/config.h>
#include <asm/sizes.h>
#include <asm/arch/aaec2000.h>

/* The kernel is loaded at physical address 0xf8000000.
* We map the IO space a bit after
Expand Down

0 comments on commit f0904e2

Please sign in to comment.