diff options
Diffstat (limited to 'drivers/mfd/ab8500-debugfs.c')
-rw-r--r-- | drivers/mfd/ab8500-debugfs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mfd/ab8500-debugfs.c b/drivers/mfd/ab8500-debugfs.c index 50c4c89ab220..361de52aefe5 100644 --- a/drivers/mfd/ab8500-debugfs.c +++ b/drivers/mfd/ab8500-debugfs.c | |||
@@ -31,12 +31,12 @@ struct ab8500_reg_range { | |||
31 | }; | 31 | }; |
32 | 32 | ||
33 | /** | 33 | /** |
34 | * struct ab8500_i2c_ranges | 34 | * struct ab8500_prcmu_ranges |
35 | * @num_ranges: the number of ranges in the list | 35 | * @num_ranges: the number of ranges in the list |
36 | * @bankid: bank identifier | 36 | * @bankid: bank identifier |
37 | * @range: the list of register ranges | 37 | * @range: the list of register ranges |
38 | */ | 38 | */ |
39 | struct ab8500_i2c_ranges { | 39 | struct ab8500_prcmu_ranges { |
40 | u8 num_ranges; | 40 | u8 num_ranges; |
41 | u8 bankid; | 41 | u8 bankid; |
42 | const struct ab8500_reg_range *range; | 42 | const struct ab8500_reg_range *range; |
@@ -47,7 +47,7 @@ struct ab8500_i2c_ranges { | |||
47 | 47 | ||
48 | #define AB8500_REV_REG 0x80 | 48 | #define AB8500_REV_REG 0x80 |
49 | 49 | ||
50 | static struct ab8500_i2c_ranges debug_ranges[AB8500_NUM_BANKS] = { | 50 | static struct ab8500_prcmu_ranges debug_ranges[AB8500_NUM_BANKS] = { |
51 | [0x0] = { | 51 | [0x0] = { |
52 | .num_ranges = 0, | 52 | .num_ranges = 0, |
53 | .range = 0, | 53 | .range = 0, |