diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-10-05 22:35:30 +0200 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-10-05 22:35:30 +0200 |
commit | a0a2f6da05547d395ac9cacaf84be7949407c39f (patch) | |
tree | ba4d20b0ebd1f0a28086eb7e601e26b73c994314 /arch | |
parent | e18260eea203b67db10f7152154735f0de04b747 (diff) |
gta02: Include mach/regs-gpioj.h
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2442/include/mach/gta02.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2442/include/mach/gta02.h b/arch/arm/mach-s3c2442/include/mach/gta02.h index 69bc62de693..11624c0b926 100644 --- a/arch/arm/mach-s3c2442/include/mach/gta02.h +++ b/arch/arm/mach-s3c2442/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 |