diff options
author | Paul Spooren <mail@aparcar.org> | 2021-10-01 11:13:07 -1000 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-02 18:13:46 +0200 |
commit | eea90d2dffbcf5d195e3946be2482f3cfa7c0a8a (patch) | |
tree | c0d2b147e7edb4f2864f6467a36cbff3ca4b25ac /target/linux/x86/patches-5.4/800-hwmon-w83627ehf-dont-claim-nct677x.patch | |
parent | 50f456b46cbae27ed13badfe7b2976cd01b67a57 (diff) | |
download | upstream-eea90d2dffbcf5d195e3946be2482f3cfa7c0a8a.tar.gz upstream-eea90d2dffbcf5d195e3946be2482f3cfa7c0a8a.tar.bz2 upstream-eea90d2dffbcf5d195e3946be2482f3cfa7c0a8a.zip |
x86: remove obsolete Kernel 5.4
With the upgrade to Kernel 5.10 per default the old version is no longer
required to be in tree.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/x86/patches-5.4/800-hwmon-w83627ehf-dont-claim-nct677x.patch')
-rw-r--r-- | target/linux/x86/patches-5.4/800-hwmon-w83627ehf-dont-claim-nct677x.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/x86/patches-5.4/800-hwmon-w83627ehf-dont-claim-nct677x.patch b/target/linux/x86/patches-5.4/800-hwmon-w83627ehf-dont-claim-nct677x.patch deleted file mode 100644 index a83ee3b6b8..0000000000 --- a/target/linux/x86/patches-5.4/800-hwmon-w83627ehf-dont-claim-nct677x.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/drivers/hwmon/w83627ehf.c -+++ b/drivers/hwmon/w83627ehf.c -@@ -2704,8 +2704,8 @@ static int __init w83627ehf_find(int sio - static const char sio_name_W83627UHG[] __initconst = "W83627UHG"; - static const char sio_name_W83667HG[] __initconst = "W83667HG"; - static const char sio_name_W83667HG_B[] __initconst = "W83667HG-B"; -- static const char sio_name_NCT6775[] __initconst = "NCT6775F"; -- static const char sio_name_NCT6776[] __initconst = "NCT6776F"; -+/* static const char sio_name_NCT6775[] __initconst = "NCT6775F"; -+ static const char sio_name_NCT6776[] __initconst = "NCT6776F"; */ - - u16 val; - const char *sio_name; -@@ -2749,14 +2749,14 @@ static int __init w83627ehf_find(int sio - sio_data->kind = w83667hg_b; - sio_name = sio_name_W83667HG_B; - break; -- case SIO_NCT6775_ID: -+/* case SIO_NCT6775_ID: - sio_data->kind = nct6775; - sio_name = sio_name_NCT6775; - break; - case SIO_NCT6776_ID: - sio_data->kind = nct6776; - sio_name = sio_name_NCT6776; -- break; -+ break; */ - default: - if (val != 0xffff) - pr_debug("unsupported chip ID: 0x%04x\n", val); |