From e636602ac2613da8c1777cb42443223994be4107 Mon Sep 17 00:00:00 2001 From: Heiko Stübner Date: Thu, 21 Mar 2013 04:09:25 +0000 Subject: 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 Acked-by: Kukjin Kim Signed-off-by: Wolfram Sang --- arch/arm/mach-s3c24xx/mach-rx1950.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-s3c24xx/mach-rx1950.c') 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 #include #include -#include #include #include "common.h" -- cgit