diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2023-08-28 11:33:03 +0200 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2023-08-28 11:33:03 +0200 |
| commit | 02362c9a99b69aa956f015fa93025221b887684b (patch) | |
| tree | 151e1feab708bc758a87cbe32483ae492bfa6406 /drivers/irqchip/qcom-pdc.c | |
| parent | 51a5acce7162185a9b9d695b314a12fc067562b4 (diff) | |
| parent | 19b5a44bee16518104e8a159ab9a60788292fbd4 (diff) | |
| download | linux-02362c9a99b69aa956f015fa93025221b887684b.tar.gz linux-02362c9a99b69aa956f015fa93025221b887684b.tar.bz2 linux-02362c9a99b69aa956f015fa93025221b887684b.zip | |
Merge tag 'irqchip-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Pull irqchip updates from Marc Zyngier:
- Fix for Loongsoon eiointc init error handling
- Fix a bunch of warning showing up when -Wmissing-prototypes is set
- A set of fixes for drivers checking for 0 as a potential return
value from platform_get_irq()
- Another set of patches converting existing code to the use of helpers
such as of_address_count() and devm_platform_get_and_ioremap_resource()
- A tree-wide cleanup of drivers including of_*.h without discrimination
- Added support for the Amlogic C3 SoCs
Link: https://lore.kernel.org/lkml/20230828091543.4001857-1-maz@kernel.org
Diffstat (limited to 'drivers/irqchip/qcom-pdc.c')
| -rw-r--r-- | drivers/irqchip/qcom-pdc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/irqchip/qcom-pdc.c b/drivers/irqchip/qcom-pdc.c index d96916cf6a41..a32c0d28d038 100644 --- a/drivers/irqchip/qcom-pdc.c +++ b/drivers/irqchip/qcom-pdc.c @@ -14,7 +14,6 @@ #include <linux/module.h> #include <linux/of.h> #include <linux/of_address.h> -#include <linux/of_device.h> #include <linux/of_irq.h> #include <linux/soc/qcom/irq.h> #include <linux/spinlock.h> |
