diff options
Diffstat (limited to 'drivers/sh/intc/internals.h')
| -rw-r--r-- | drivers/sh/intc/internals.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/sh/intc/internals.h b/drivers/sh/intc/internals.h index 5b934851efa8..1c2722e5af3f 100644 --- a/drivers/sh/intc/internals.h +++ b/drivers/sh/intc/internals.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | #include <linux/kernel.h> | 4 | #include <linux/kernel.h> |
| 5 | #include <linux/types.h> | 5 | #include <linux/types.h> |
| 6 | #include <linux/radix-tree.h> | 6 | #include <linux/radix-tree.h> |
| 7 | #include <linux/sysdev.h> | 7 | #include <linux/device.h> |
| 8 | 8 | ||
| 9 | #define _INTC_MK(fn, mode, addr_e, addr_d, width, shift) \ | 9 | #define _INTC_MK(fn, mode, addr_e, addr_d, width, shift) \ |
| 10 | ((shift) | ((width) << 5) | ((fn) << 9) | ((mode) << 13) | \ | 10 | ((shift) | ((width) << 5) | ((fn) << 9) | ((mode) << 13) | \ |
| @@ -51,7 +51,7 @@ struct intc_subgroup_entry { | |||
| 51 | 51 | ||
| 52 | struct intc_desc_int { | 52 | struct intc_desc_int { |
| 53 | struct list_head list; | 53 | struct list_head list; |
| 54 | struct sys_device sysdev; | 54 | struct device dev; |
| 55 | struct radix_tree_root tree; | 55 | struct radix_tree_root tree; |
| 56 | raw_spinlock_t lock; | 56 | raw_spinlock_t lock; |
| 57 | unsigned int index; | 57 | unsigned int index; |
| @@ -157,7 +157,7 @@ void _intc_enable(struct irq_data *data, unsigned long handle); | |||
| 157 | extern struct list_head intc_list; | 157 | extern struct list_head intc_list; |
| 158 | extern raw_spinlock_t intc_big_lock; | 158 | extern raw_spinlock_t intc_big_lock; |
| 159 | extern unsigned int nr_intc_controllers; | 159 | extern unsigned int nr_intc_controllers; |
| 160 | extern struct sysdev_class intc_sysdev_class; | 160 | extern struct bus_type intc_subsys; |
| 161 | 161 | ||
| 162 | unsigned int intc_get_dfl_prio_level(void); | 162 | unsigned int intc_get_dfl_prio_level(void); |
| 163 | unsigned int intc_get_prio_level(unsigned int irq); | 163 | unsigned int intc_get_prio_level(unsigned int irq); |
