diff options
author | Benoit Cousson <b-cousson@ti.com> | 2010-12-09 15:24:16 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-12-21 02:53:04 +0100 |
commit | f7bb0d9ab29e3159e22c3bfc843bd37c7d3c91a0 (patch) | |
tree | 702fb45ad3b0a54a57d33e6be589669c1ea869df /arch/arm/plat-omap/i2c.c | |
parent | omap1: pm_bus: Fix compilation warning (diff) | |
download | linux-f7bb0d9ab29e3159e22c3bfc843bd37c7d3c91a0.tar.xz linux-f7bb0d9ab29e3159e22c3bfc843bd37c7d3c91a0.zip |
I2C: i2c-omap: Change device name: i2c_omap -> omap_i2c
The convention for omap device naming is omap_XXX.
Rename the device and driver name in order to stick
to this naming convention.
Change device name in clock nodes as well.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Cc: Ben Dooks <ben-i2c@fluff.org>
Acked-by: Paul Walmsley <paul@pwsan.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/i2c.c')
-rw-r--r-- | arch/arm/plat-omap/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c index db9c4efd79e3..a4f8003de664 100644 --- a/arch/arm/plat-omap/i2c.c +++ b/arch/arm/plat-omap/i2c.c @@ -40,7 +40,7 @@ #define OMAP_I2C_SIZE 0x3f #define OMAP1_I2C_BASE 0xfffb3800 -static const char name[] = "i2c_omap"; +static const char name[] = "omap_i2c"; #define I2C_RESOURCE_BUILDER(base, irq) \ { \ |