mfd: remove use of __devinitconst

CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Bill Pemberton
2012-11-19 13:25:09 -05:00
committed by Greg Kroah-Hartman
parent a9e9ce4c41
commit a73e5df16b
4 changed files with 22 additions and 23 deletions
+2 -3
View File
@@ -661,8 +661,7 @@ struct ab3100_init_setting {
u8 setting;
};
static const struct ab3100_init_setting __devinitconst
ab3100_init_settings[] = {
static const struct ab3100_init_setting ab3100_init_settings[] = {
{
.abreg = AB3100_MCA,
.setting = 0x01
@@ -803,7 +802,7 @@ struct ab_family_id {
char *name;
};
static const struct ab_family_id ids[] __devinitconst = {
static const struct ab_family_id ids[] = {
/* AB3100 */
{
.id = 0xc0,