diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/irqdomain.h | 5 | ||||
| -rw-r--r-- | include/linux/usb/renesas_usbhs.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index d3ca79236fb0..f644fdb06dd6 100644 --- a/include/linux/irqdomain.h +++ b/include/linux/irqdomain.h | |||
| @@ -161,6 +161,11 @@ enum { | |||
| 161 | IRQ_DOMAIN_FLAG_NONCORE = (1 << 16), | 161 | IRQ_DOMAIN_FLAG_NONCORE = (1 << 16), |
| 162 | }; | 162 | }; |
| 163 | 163 | ||
| 164 | static inline struct device_node *irq_domain_get_of_node(struct irq_domain *d) | ||
| 165 | { | ||
| 166 | return d->of_node; | ||
| 167 | } | ||
| 168 | |||
| 164 | #ifdef CONFIG_IRQ_DOMAIN | 169 | #ifdef CONFIG_IRQ_DOMAIN |
| 165 | struct irq_domain *__irq_domain_add(struct device_node *of_node, int size, | 170 | struct irq_domain *__irq_domain_add(struct device_node *of_node, int size, |
| 166 | irq_hw_number_t hwirq_max, int direct_max, | 171 | irq_hw_number_t hwirq_max, int direct_max, |
diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h index 3dd5a781da99..bfb74723f151 100644 --- a/include/linux/usb/renesas_usbhs.h +++ b/include/linux/usb/renesas_usbhs.h | |||
| @@ -157,7 +157,7 @@ struct renesas_usbhs_driver_param { | |||
| 157 | */ | 157 | */ |
| 158 | int pio_dma_border; /* default is 64byte */ | 158 | int pio_dma_border; /* default is 64byte */ |
| 159 | 159 | ||
| 160 | u32 type; | 160 | uintptr_t type; |
| 161 | u32 enable_gpio; | 161 | u32 enable_gpio; |
| 162 | 162 | ||
| 163 | /* | 163 | /* |
