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

Commit f9506a53 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] proper prototype for tosh_smm()



Add a proper prototype for tosh_smm() to include/linux/toshiba.h

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Cc: James Simmons <jsimmons@infradead.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cd792aa8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@
#include <linux/init.h>
#ifdef CONFIG_TOSHIBA
#include <linux/toshiba.h>
extern int tosh_smm(SMMRegisters *regs);
#endif

#include <asm/io.h>
+2 −0
Original line number Diff line number Diff line
@@ -33,4 +33,6 @@ typedef struct {
	unsigned int edi __attribute__ ((packed));
} SMMRegisters;

int tosh_smm(SMMRegisters *regs);

#endif