mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
[PATCH] proper prototype for tosh_smm()
Add a proper prototype for tosh_smm() to include/linux/toshiba.h Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: James Simmons <jsimmons@infradead.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
cd792aa896
commit
f9506a53b4
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -33,4 +33,6 @@ typedef struct {
|
|||
unsigned int edi __attribute__ ((packed));
|
||||
} SMMRegisters;
|
||||
|
||||
int tosh_smm(SMMRegisters *regs);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue