aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2020-12-27 14:55:43 +0100
committerMathias Kresin <dev@kresin.me>2021-04-12 23:23:09 +0200
commitf4acdf8c42c3ea27cee8f195a1aabf1f100a4c6e (patch)
tree72608ff1ec11342276b152b9575dbccfd3e66adf /package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch
parent3bad9b0e87213af201208a3964c7d04ccb15b551 (diff)
downloadupstream-f4acdf8c42c3ea27cee8f195a1aabf1f100a4c6e.tar.gz
upstream-f4acdf8c42c3ea27cee8f195a1aabf1f100a4c6e.tar.bz2
upstream-f4acdf8c42c3ea27cee8f195a1aabf1f100a4c6e.zip
lantiq: ltq-vdsl-mei: add kernel 5.10 compatiblity
proc_create_data() expects a struct of type proc_ops. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch')
-rw-r--r--package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch b/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch
index 2cb22d4a8a..055797ad4d 100644
--- a/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch
+++ b/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch
@@ -1,6 +1,6 @@
--- a/src/drv_mei_cpe_linux.c
+++ b/src/drv_mei_cpe_linux.c
-@@ -1499,8 +1499,8 @@ struct proc_entry {
+@@ -1503,8 +1503,8 @@ struct proc_entry {
static void MEI_GetVersionProc(struct seq_file *s)
{
seq_printf(s, "%s" MEI_DRV_CRLF, &MEI_WHATVERSION[4]);