diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-04-15 17:00:49 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-04-15 18:26:41 +0200 |
commit | aefa195749c68aa21bf135a5ec944b91cabc47ca (patch) | |
tree | 6022f368d7f80a76c4639c3daba59b62ad6bbfb0 /target/linux/lantiq/patches-4.4/0047-irq-fixes.patch | |
parent | da529d54107b1c1fe281274c723ea4789838c54b (diff) | |
download | upstream-aefa195749c68aa21bf135a5ec944b91cabc47ca.tar.gz upstream-aefa195749c68aa21bf135a5ec944b91cabc47ca.tar.bz2 upstream-aefa195749c68aa21bf135a5ec944b91cabc47ca.zip |
kernel: update kernel 4.4 to 4.4.61
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/lantiq/patches-4.4/0047-irq-fixes.patch')
-rw-r--r-- | target/linux/lantiq/patches-4.4/0047-irq-fixes.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches-4.4/0047-irq-fixes.patch b/target/linux/lantiq/patches-4.4/0047-irq-fixes.patch index 9efa63d35a..f664deb307 100644 --- a/target/linux/lantiq/patches-4.4/0047-irq-fixes.patch +++ b/target/linux/lantiq/patches-4.4/0047-irq-fixes.patch @@ -45,7 +45,7 @@ /* disable */ ltq_eiu_w32(ltq_eiu_r32(LTQ_EIU_EXIN_INEN) & ~BIT(i), LTQ_EIU_EXIN_INEN); -@@ -343,10 +343,10 @@ static int icu_map(struct irq_domain *d, +@@ -344,10 +344,10 @@ static int icu_map(struct irq_domain *d, return 0; for (i = 0; i < exin_avail; i++) @@ -58,7 +58,7 @@ return 0; } -@@ -441,14 +441,14 @@ int __init icu_of_init(struct device_nod +@@ -437,14 +437,14 @@ int __init icu_of_init(struct device_nod eiu_node = of_find_compatible_node(NULL, NULL, "lantiq,eiu-xway"); if (eiu_node && !of_address_to_resource(eiu_node, 0, &res)) { /* find out how many external irq sources we have */ |