diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2022-09-10 01:15:22 +0900 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-12-15 20:52:40 +0100 |
commit | aa528eec7317cd43bf6a8b71d38df8494926798f (patch) | |
tree | 363afa711cd89922dd58e40837bd1830d9522289 /target/linux/realtek/patches-5.15/305-irqchip-update-dependency-for-irq-realtek-rtl.patch | |
parent | 23881c91e584f758af52c231cd2aaac3e751535b (diff) | |
download | upstream-aa528eec7317cd43bf6a8b71d38df8494926798f.tar.gz upstream-aa528eec7317cd43bf6a8b71d38df8494926798f.tar.bz2 upstream-aa528eec7317cd43bf6a8b71d38df8494926798f.zip |
realtek: refresh patches in 5.15
Adjust patches for kernel 5.15.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/realtek/patches-5.15/305-irqchip-update-dependency-for-irq-realtek-rtl.patch')
-rw-r--r-- | target/linux/realtek/patches-5.15/305-irqchip-update-dependency-for-irq-realtek-rtl.patch | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/realtek/patches-5.15/305-irqchip-update-dependency-for-irq-realtek-rtl.patch b/target/linux/realtek/patches-5.15/305-irqchip-update-dependency-for-irq-realtek-rtl.patch index 0c1cc4235e..a94a3ff8ac 100644 --- a/target/linux/realtek/patches-5.15/305-irqchip-update-dependency-for-irq-realtek-rtl.patch +++ b/target/linux/realtek/patches-5.15/305-irqchip-update-dependency-for-irq-realtek-rtl.patch @@ -14,9 +14,12 @@ Submitted-by: INAGAKI Hiroshi <musashino.open@gmail.com> --- a/drivers/irqchip/Makefile +++ b/drivers/irqchip/Makefile -@@ -114,4 +114,4 @@ obj-$(CONFIG_LOONGSON_PCH_PIC) += irq-l +@@ -112,7 +112,7 @@ obj-$(CONFIG_LOONGSON_PCH_PIC) += irq-l obj-$(CONFIG_LOONGSON_PCH_MSI) += irq-loongson-pch-msi.o obj-$(CONFIG_MST_IRQ) += irq-mst-intc.o obj-$(CONFIG_SL28CPLD_INTC) += irq-sl28cpld.o -obj-$(CONFIG_MACH_REALTEK_RTL) += irq-realtek-rtl.o +obj-$(CONFIG_RTL83XX) += irq-realtek-rtl.o + obj-$(CONFIG_WPCM450_AIC) += irq-wpcm450-aic.o + obj-$(CONFIG_IRQ_IDT3243X) += irq-idt3243x.o + obj-$(CONFIG_APPLE_AIC) += irq-apple-aic.o |