diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/abx500/ab8500.h | 2 | ||||
| -rw-r--r-- | include/linux/mfd/dbx500-prcmu.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mfd/abx500/ab8500.h b/include/linux/mfd/abx500/ab8500.h index a86ca1406fb8..4e7fe7417fc9 100644 --- a/include/linux/mfd/abx500/ab8500.h +++ b/include/linux/mfd/abx500/ab8500.h | |||
| @@ -347,7 +347,6 @@ struct ab8500 { | |||
| 347 | struct mutex lock; | 347 | struct mutex lock; |
| 348 | struct mutex irq_lock; | 348 | struct mutex irq_lock; |
| 349 | atomic_t transfer_ongoing; | 349 | atomic_t transfer_ongoing; |
| 350 | int irq_base; | ||
| 351 | int irq; | 350 | int irq; |
| 352 | struct irq_domain *domain; | 351 | struct irq_domain *domain; |
| 353 | enum ab8500_version version; | 352 | enum ab8500_version version; |
| @@ -378,7 +377,6 @@ struct ab8500_sysctrl_platform_data; | |||
| 378 | * @regulator: machine-specific constraints for regulators | 377 | * @regulator: machine-specific constraints for regulators |
| 379 | */ | 378 | */ |
| 380 | struct ab8500_platform_data { | 379 | struct ab8500_platform_data { |
| 381 | int irq_base; | ||
| 382 | void (*init) (struct ab8500 *); | 380 | void (*init) (struct ab8500 *); |
| 383 | struct ab8500_regulator_platform_data *regulator; | 381 | struct ab8500_regulator_platform_data *regulator; |
| 384 | struct ab8500_codec_platform_data *codec; | 382 | struct ab8500_codec_platform_data *codec; |
diff --git a/include/linux/mfd/dbx500-prcmu.h b/include/linux/mfd/dbx500-prcmu.h index 060e11256fbc..bf5109d38a26 100644 --- a/include/linux/mfd/dbx500-prcmu.h +++ b/include/linux/mfd/dbx500-prcmu.h | |||
| @@ -183,8 +183,6 @@ struct prcmu_pdata | |||
| 183 | bool enable_set_ddr_opp; | 183 | bool enable_set_ddr_opp; |
| 184 | bool enable_ape_opp_100_voltage; | 184 | bool enable_ape_opp_100_voltage; |
| 185 | struct ab8500_platform_data *ab_platdata; | 185 | struct ab8500_platform_data *ab_platdata; |
| 186 | int ab_irq; | ||
| 187 | int irq_base; | ||
| 188 | u32 version_offset; | 186 | u32 version_offset; |
| 189 | u32 legacy_offset; | 187 | u32 legacy_offset; |
| 190 | u32 adt_offset; | 188 | u32 adt_offset; |
