1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

i2c: Clean drivers/i2c/ Makefile

Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
Michal Simek
2008-07-14 19:45:35 +02:00
committed by Wolfgang Denk
parent 0a823aa2a8
commit a4a549b4b5
6 changed files with 6 additions and 18 deletions

View File

@@ -18,7 +18,6 @@
#include <common.h>
#ifdef CONFIG_FSL_I2C
#ifdef CONFIG_HARD_I2C
#include <command.h>
@@ -391,4 +390,3 @@ unsigned int i2c_get_bus_speed(void)
}
#endif /* CONFIG_HARD_I2C */
#endif /* CONFIG_FSL_I2C */