File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1040,8 +1040,6 @@ struct irq_chip_type {
1040
1040
* @irq_base: Interrupt base nr for this chip
1041
1041
* @irq_cnt: Number of interrupts handled by this chip
1042
1042
* @mask_cache: Cached mask register shared between all chip types
1043
- * @type_cache: Cached type register
1044
- * @polarity_cache: Cached polarity register
1045
1043
* @wake_enabled: Interrupt can wakeup from suspend
1046
1044
* @wake_active: Interrupt is marked as an wakeup from suspend source
1047
1045
* @num_ct: Number of available irq_chip_type instances (usually 1)
@@ -1068,8 +1066,6 @@ struct irq_chip_generic {
1068
1066
unsigned int irq_base ;
1069
1067
unsigned int irq_cnt ;
1070
1068
u32 mask_cache ;
1071
- u32 type_cache ;
1072
- u32 polarity_cache ;
1073
1069
u32 wake_enabled ;
1074
1070
u32 wake_active ;
1075
1071
unsigned int num_ct ;
You can’t perform that action at this time.
0 commit comments