]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.19-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2023 17:21:58 +0000 (19:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2023 17:21:58 +0000 (19:21 +0200)
added patches:
revert-arm-ep93xx-fix-missing-prototype-warnings.patch

queue-4.19/revert-arm-ep93xx-fix-missing-prototype-warnings.patch [new file with mode: 0644]
queue-4.19/series

diff --git a/queue-4.19/revert-arm-ep93xx-fix-missing-prototype-warnings.patch b/queue-4.19/revert-arm-ep93xx-fix-missing-prototype-warnings.patch
new file mode 100644 (file)
index 0000000..afc125e
--- /dev/null
@@ -0,0 +1,41 @@
+From 44dd0c7e02bab3b1f9d8f64b4271e5837b0e7839 Mon Sep 17 00:00:00 2001
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Date: Thu, 31 Aug 2023 12:34:09 +0200
+Subject: Revert "ARM: ep93xx: fix missing-prototype warnings"
+
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+This reverts commit 6c52a55fc41eebeb76138d3db0704b1cb4d5299e which is
+commit 419013740ea1e4343d8ade535d999f59fa28e460 upstream.
+
+It breaks the build, so should be reverted.
+
+Reported-by: Guenter Roeck <linux@roeck-us.net>
+Link: https://lore.kernel.org/r/98dbc981-56fa-4919-afcc-fdf63e0a1c53@roeck-us.net
+Cc: Alexander Sverdlin <alexander.sverdlin@gmail.com>
+Cc: Arnd Bergmann <arnd@arndb.de>
+Cc: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ arch/arm/mach-ep93xx/timer-ep93xx.c |    3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+--- a/arch/arm/mach-ep93xx/timer-ep93xx.c
++++ b/arch/arm/mach-ep93xx/timer-ep93xx.c
+@@ -9,7 +9,6 @@
+ #include <linux/io.h>
+ #include <asm/mach/time.h>
+ #include "soc.h"
+-#include "platform.h"
+ /*************************************************************************
+  * Timer handling for EP93xx
+@@ -61,7 +60,7 @@ static u64 notrace ep93xx_read_sched_clo
+       return ret;
+ }
+-static u64 ep93xx_clocksource_read(struct clocksource *c)
++u64 ep93xx_clocksource_read(struct clocksource *c)
+ {
+       u64 ret;
index be0d4f997e22801453f4ab429aeb78afcbd74ffb..b679a7390b2df506456e705a245e52913c9b3704 100644 (file)
@@ -1 +1,2 @@
 revert-mips-alchemy-fix-dbdma2.patch
+revert-arm-ep93xx-fix-missing-prototype-warnings.patch