diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2010-09-24 23:31:43 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-13 09:59:33 +0200 |
commit | a4a87d8a933f648381d0cb9a913058cc2afa3cd4 (patch) | |
tree | 6b0ff8f37d6db7df8f9fb58cfc7f36e99e8642e5 /arch/arm/include/asm/arch-omap24xx/omap2420.h | |
parent | bfe8fe87bac5ad5b63aa64167c5fe719c3c300cd (diff) |
arch/arm/include/asm/sizes.h: cleanups
Merge several sizes.h in asm/arch subdirectories into a single
asm/sizes.h file.
Fixup usage of asm/arch/sizes.h in some files to use the merged file.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap24xx/omap2420.h')
-rw-r--r-- | arch/arm/include/asm/arch-omap24xx/omap2420.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap24xx/omap2420.h b/arch/arm/include/asm/arch-omap24xx/omap2420.h index 0c11beccf6..6032419641 100644 --- a/arch/arm/include/asm/arch-omap24xx/omap2420.h +++ b/arch/arm/include/asm/arch-omap24xx/omap2420.h @@ -25,7 +25,7 @@ #ifndef _OMAP2420_SYS_H_ #define _OMAP2420_SYS_H_ -#include <asm/arch/sizes.h> +#include <asm/sizes.h> /* * 2420 specific Section |