diff options
Diffstat (limited to 'drivers/mfd/cs5535-mfd.c')
-rw-r--r-- | drivers/mfd/cs5535-mfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/cs5535-mfd.c b/drivers/mfd/cs5535-mfd.c index 0779b13a7dd1..d9dc87f067d8 100644 --- a/drivers/mfd/cs5535-mfd.c +++ b/drivers/mfd/cs5535-mfd.c | |||
@@ -71,9 +71,9 @@ static int cs5535_mfd_res_disable(struct platform_device *pdev) | |||
71 | return 0; | 71 | return 0; |
72 | } | 72 | } |
73 | 73 | ||
74 | static __devinitdata struct resource cs5535_mfd_resources[NR_BARS]; | 74 | static struct resource cs5535_mfd_resources[NR_BARS]; |
75 | 75 | ||
76 | static __devinitdata struct mfd_cell cs5535_mfd_cells[] = { | 76 | static struct mfd_cell cs5535_mfd_cells[] = { |
77 | { | 77 | { |
78 | .id = SMB_BAR, | 78 | .id = SMB_BAR, |
79 | .name = "cs5535-smb", | 79 | .name = "cs5535-smb", |