From 8263e811bb17f734444691c5a34197034d64e1c3 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Thu, 30 Oct 2008 13:06:25 -0700 Subject: [PATCH] Remove duplicate i2c-omap Makefile entry Remove duplicate i2c-omap Makefile entry Signed-off-by: Tony Lindgren --- drivers/i2c/busses/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile index ef8ad4893b4..0c2c4b26cdf 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile @@ -67,7 +67,6 @@ obj-$(CONFIG_I2C_SIBYTE) += i2c-sibyte.o obj-$(CONFIG_I2C_STUB) += i2c-stub.o obj-$(CONFIG_SCx200_ACB) += scx200_acb.o obj-$(CONFIG_SCx200_I2C) += scx200_i2c.o -obj-$(CONFIG_I2C_OMAP) += i2c-omap.o ifeq ($(CONFIG_I2C_DEBUG_BUS),y) EXTRA_CFLAGS += -DDEBUG -- 2.41.0