diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-10-05 22:35:30 +0200 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-05-17 20:59:34 +0200 |
commit | 77137a73fdc68f02a2893175e05c4b5755c0d94d (patch) | |
tree | 31b1be96eba037ed78bbd16c29db6a5b6d1e1227 | |
parent | 334b5b2914655ebc0fd4ad7949ce6f75221ec755 (diff) |
gta02: Include mach/regs-gpioj.h
-rw-r--r-- | arch/arm/mach-s3c2440/include/mach/gta02.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/include/mach/gta02.h b/arch/arm/mach-s3c2440/include/mach/gta02.h index 953331d8d56..24133824fdc 100644 --- a/arch/arm/mach-s3c2440/include/mach/gta02.h +++ b/arch/arm/mach-s3c2440/include/mach/gta02.h @@ -2,6 +2,7 @@ #define _GTA02_H #include <mach/regs-gpio.h> +#include <mach/regs-gpioj.h> /* Different hardware revisions, passed in ATAG_REVISION by u-boot */ #define GTA02v1_SYSTEM_REV 0x00000310 |