diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-03-04 20:40:50 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-03-04 20:40:50 +0000 |
commit | 8d91cbad8e6fd5b37bf584740f134508709ba035 (patch) | |
tree | 1ce49dd94842d413597f4fb4e387584ce481d8a6 /drivers/acorn/char/Makefile | |
parent | 23d046f43a05155e050a68f3ad1f19b672713374 (diff) |
[ARM] Acorn: move the i2c bus driver into drivers/i2c
Move the Acorn IOC/IOMD I2C bus driver from drivers/i2c, strip
out the reminants of the platform specific parts of the old
PCF8583 RTC code, and remove the old obsolete PCF8583 driver.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/acorn/char/Makefile')
-rw-r--r-- | drivers/acorn/char/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acorn/char/Makefile b/drivers/acorn/char/Makefile index 2fa9a8bf48a0..d006c9f168d2 100644 --- a/drivers/acorn/char/Makefile +++ b/drivers/acorn/char/Makefile @@ -2,5 +2,4 @@ # Makefile for the acorn character device drivers. # -obj-$(CONFIG_ARCH_ACORN) += i2c.o pcf8583.o obj-$(CONFIG_L7200_KEYB) += defkeymap-l7200.o keyb_l7200.o |