diff options
author | Anand Gadiyar <gadiyar@ti.com> | 2010-12-20 21:48:16 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-12-20 21:48:16 -0500 |
commit | cd303e1712e3ebdf174bb378bb8df851eac2701a (patch) | |
tree | 1d1cfbcd2d8f75ba220fae9b515e0e819160a135 /arch/arm/mach-omap2/omap_hwmod_2430_data.c | |
parent | 60d24eeda7c7e3b0551f5a349224c7cc721206bd (diff) |
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: Anand Gadiyar <gadiyar@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2430_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2430_data.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm/mach-omap2/omap_hwmod_2430_data.c index f68409e9fd3e..ab1d662cb072 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c | |||
@@ -480,8 +480,6 @@ static struct omap_hwmod_class i2c_class = { | |||
480 | .sysc = &i2c_sysc, | 480 | .sysc = &i2c_sysc, |
481 | }; | 481 | }; |
482 | 482 | ||
483 | static struct omap_i2c_dev_attr i2c_dev_attr; | ||
484 | |||
485 | /* I2C1 */ | 483 | /* I2C1 */ |
486 | 484 | ||
487 | static struct omap_i2c_dev_attr i2c1_dev_attr = { | 485 | static struct omap_i2c_dev_attr i2c1_dev_attr = { |