aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-davinci/devices-da8xx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-davinci/devices-da8xx.c b/arch/arm/mach-davinci/devices-da8xx.c
index 24422ba07cc7..78390c64e6ca 100644
--- a/arch/arm/mach-davinci/devices-da8xx.c
+++ b/arch/arm/mach-davinci/devices-da8xx.c
@@ -1106,11 +1106,8 @@ int __init da850_register_sata(unsigned long refclkpn)
1106 1106
1107static struct regmap *da8xx_cfgchip; 1107static struct regmap *da8xx_cfgchip;
1108 1108
1109/* regmap doesn't make a copy of this, so we need to keep the pointer around */
1110static const char da8xx_cfgchip_name[] = "cfgchip";
1111
1112static const struct regmap_config da8xx_cfgchip_config __initconst = { 1109static const struct regmap_config da8xx_cfgchip_config __initconst = {
1113 .name = da8xx_cfgchip_name, 1110 .name = "cfgchip",
1114 .reg_bits = 32, 1111 .reg_bits = 32,
1115 .val_bits = 32, 1112 .val_bits = 32,
1116 .reg_stride = 4, 1113 .reg_stride = 4,