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

Commit 58c2709c authored by Thomas Mingarelli's avatar Thomas Mingarelli Committed by Wim Van Sebroeck
Browse files

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



The driver needs the asmlinkage tag and the CFLAGS line in the Makefile.
Without it the driver doesn't work.

Signed-off-by: default avatarThomas Mingarelli <Thomas.Mingarelli@hp.com>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent c8988f96
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

static void asminline_call(struct cmn_registers *pi86Regs,
asmlinkage 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

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