diff options
author | Heiko Stübner <heiko@sntech.de> | 2013-03-21 04:09:25 +0000 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-03-24 10:30:57 +0100 |
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 @@ #include <plat/cpu.h> #include <plat/devs.h> #include <plat/pm.h> -#include <plat/regs-iic.h> #include <plat/regs-serial.h> #include "common.h" |