Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b1266f4 authored by Adrian Bunk's avatar Adrian Bunk Committed by Wim Van Sebroeck
Browse files

[WATCHDOG] make watchdog/hpwdt.c:asminline_call() static



This patch makes the needlessly global asminline_call() static and 
removes the not required "asmlinkage".

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarThomas Mingarelli <Thomas.Mingarelli@hp.com>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
Cc: Andrew Morton <akpm@linux-foundation.org>
parent 996d62d4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ MODULE_DEVICE_TABLE(pci, hpwdt_devices);

#define HPWDT_ARCH	32

asmlinkage void asminline_call(struct cmn_registers *pi86Regs,
static void asminline_call(struct cmn_registers *pi86Regs,
			   unsigned long *pRomEntry)
{
	asm("pushl       %ebp               \n\t"
@@ -333,7 +333,7 @@ static int __devinit detect_cru_service(void)

#define HPWDT_ARCH	64

asmlinkage void asminline_call(struct cmn_registers *pi86Regs,
static void asminline_call(struct cmn_registers *pi86Regs,
			   unsigned long *pRomEntry)
{
	asm("pushq      %rbp            \n\t"