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:
committed by
Greg Kroah-Hartman
parent
a9e9ce4c41
commit
a73e5df16b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user