[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181124093530.GE10969@avx2>
Date: Sat, 24 Nov 2018 12:35:30 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] drop silly "static inline asmlinkage" from dump_stack()
Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
---
include/linux/printk.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/include/linux/printk.h
+++ b/include/linux/printk.h
@@ -269,7 +269,7 @@ static inline void show_regs_print_info(const char *log_lvl)
{
}
-static inline asmlinkage void dump_stack(void)
+static inline void dump_stack(void)
{
}
Powered by blists - more mailing lists