diff options
author | Heiko Stübner <heiko@sntech.de> | 2013-03-21 00:09:25 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-03-24 05:30:57 -0400 |
commit | e636602ac2613da8c1777cb42443223994be4107 (patch) | |
tree | 0c46fafc9b13b515330ab15196a3052bf6bc1046 /arch/arm/mach-s3c24xx | |
parent | 1fdc66aefde6698a0fbc9159a6253c2d3a788779 (diff) |
i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driver
The register definitions are only used in the driver itself.
This also removes the last dependency on plat/ includes from the
i2c driver.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-rx1950.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-rx1950.c b/arch/arm/mach-s3c24xx/mach-rx1950.c index 1f9ba2ae5288..43f3ac5a1c7a 100644 --- a/arch/arm/mach-s3c24xx/mach-rx1950.c +++ b/arch/arm/mach-s3c24xx/mach-rx1950.c | |||
@@ -56,7 +56,6 @@ | |||
56 | #include <plat/cpu.h> | 56 | #include <plat/cpu.h> |
57 | #include <plat/devs.h> | 57 | #include <plat/devs.h> |
58 | #include <plat/pm.h> | 58 | #include <plat/pm.h> |
59 | #include <plat/regs-iic.h> | ||
60 | #include <plat/regs-serial.h> | 59 | #include <plat/regs-serial.h> |
61 | 60 | ||
62 | #include "common.h" | 61 | #include "common.h" |