diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/wm8350/core.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/linux/mfd/wm8350/core.h b/include/linux/mfd/wm8350/core.h index cba9bc8f947b..509481d9cf19 100644 --- a/include/linux/mfd/wm8350/core.h +++ b/include/linux/mfd/wm8350/core.h | |||
| @@ -587,24 +587,6 @@ | |||
| 587 | #define WM8350_NUM_IRQ_REGS 7 | 587 | #define WM8350_NUM_IRQ_REGS 7 |
| 588 | 588 | ||
| 589 | extern const struct regmap_config wm8350_regmap; | 589 | extern const struct regmap_config wm8350_regmap; |
| 590 | struct wm8350_reg_access { | ||
| 591 | u16 readable; /* Mask of readable bits */ | ||
| 592 | u16 writable; /* Mask of writable bits */ | ||
| 593 | u16 vol; /* Mask of volatile bits */ | ||
| 594 | }; | ||
| 595 | extern const struct wm8350_reg_access wm8350_reg_io_map[]; | ||
| 596 | extern const u16 wm8350_mode0_defaults[]; | ||
| 597 | extern const u16 wm8350_mode1_defaults[]; | ||
| 598 | extern const u16 wm8350_mode2_defaults[]; | ||
| 599 | extern const u16 wm8350_mode3_defaults[]; | ||
| 600 | extern const u16 wm8351_mode0_defaults[]; | ||
| 601 | extern const u16 wm8351_mode1_defaults[]; | ||
| 602 | extern const u16 wm8351_mode2_defaults[]; | ||
| 603 | extern const u16 wm8351_mode3_defaults[]; | ||
| 604 | extern const u16 wm8352_mode0_defaults[]; | ||
| 605 | extern const u16 wm8352_mode1_defaults[]; | ||
| 606 | extern const u16 wm8352_mode2_defaults[]; | ||
| 607 | extern const u16 wm8352_mode3_defaults[]; | ||
| 608 | 590 | ||
| 609 | struct wm8350; | 591 | struct wm8350; |
| 610 | 592 | ||
| @@ -618,7 +600,6 @@ struct wm8350 { | |||
| 618 | 600 | ||
| 619 | /* device IO */ | 601 | /* device IO */ |
| 620 | struct regmap *regmap; | 602 | struct regmap *regmap; |
| 621 | u16 *reg_cache; | ||
| 622 | bool unlocked; | 603 | bool unlocked; |
| 623 | 604 | ||
| 624 | struct mutex auxadc_mutex; | 605 | struct mutex auxadc_mutex; |
