Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd303e17 authored by Anand Gadiyar's avatar Anand Gadiyar Committed by Tony Lindgren
Browse files

omap2430: hwmod: remove stray declaration



Patch "OMAP2xxx: hwmod: add I2C hwmods for OMAP2420, 2430"
in linux-next as of 20101203 introduced the following build
warning - fix this by removing the stray i2c_dev_attr.

arch/arm/mach-omap2/omap_hwmod_2430_data.c:483: warning: 'i2c_dev_attr' defined but not used

Signed-off-by: default avatarAnand Gadiyar <gadiyar@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 60d24eed
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -480,8 +480,6 @@ static struct omap_hwmod_class i2c_class = {
	.sysc		= &i2c_sysc,
	.sysc		= &i2c_sysc,
};
};


static struct omap_i2c_dev_attr i2c_dev_attr;

/* I2C1 */
/* I2C1 */


static struct omap_i2c_dev_attr i2c1_dev_attr = {
static struct omap_i2c_dev_attr i2c1_dev_attr = {