diff options
Diffstat (limited to 'include/linux/mfd/abx500/ab8500.h')
-rw-r--r-- | include/linux/mfd/abx500/ab8500.h | 2 |
1 files changed, 0 insertions, 2 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; |