diff options
author | Michal Simek <monstr@monstr.eu> | 2008-07-14 19:45:35 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-18 23:24:01 +0200 |
commit | a4a549b4b53adf40a0d3882cc30ac812a8f847c5 (patch) | |
tree | 55e52b151e315a65f57bba8c81a9657330a21505 /drivers/i2c/omap24xx_i2c.c | |
parent | 0a823aa2a8a8c0685e73900f387d602d7edafc0e (diff) | |
download | u-boot-imx-a4a549b4b53adf40a0d3882cc30ac812a8f847c5.zip u-boot-imx-a4a549b4b53adf40a0d3882cc30ac812a8f847c5.tar.gz u-boot-imx-a4a549b4b53adf40a0d3882cc30ac812a8f847c5.tar.bz2 |
i2c: Clean drivers/i2c/ Makefile
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/i2c/omap24xx_i2c.c')
-rw-r--r-- | drivers/i2c/omap24xx_i2c.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/i2c/omap24xx_i2c.c b/drivers/i2c/omap24xx_i2c.c index 7dab786..d16cfb1 100644 --- a/drivers/i2c/omap24xx_i2c.c +++ b/drivers/i2c/omap24xx_i2c.c @@ -22,8 +22,6 @@ #include <common.h> -#ifdef CONFIG_DRIVER_OMAP24XX_I2C - #include <asm/arch/i2c.h> #include <asm/io.h> @@ -325,5 +323,3 @@ static u16 wait_for_pin (void) } return status; } - -#endif /* CONFIG_DRIVER_OMAP24XX_I2C */ |