diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-12 03:55:01 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 12:48:42 -0500 |
commit | f9506a53b446bc942c79584d3ce442d6334de697 (patch) | |
tree | 43b9f4d82e31ec2af75fa79bb2201de1e48648f5 /drivers/video/neofb.c | |
parent | cd792aa896f281a224870eb5f2ee5b24682910a5 (diff) |
[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>
Diffstat (limited to 'drivers/video/neofb.c')
-rw-r--r-- | drivers/video/neofb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/neofb.c b/drivers/video/neofb.c index deaf820cb38f..459ca553ffc0 100644 --- a/drivers/video/neofb.c +++ b/drivers/video/neofb.c | |||
@@ -66,7 +66,6 @@ | |||
66 | #include <linux/init.h> | 66 | #include <linux/init.h> |
67 | #ifdef CONFIG_TOSHIBA | 67 | #ifdef CONFIG_TOSHIBA |
68 | #include <linux/toshiba.h> | 68 | #include <linux/toshiba.h> |
69 | extern int tosh_smm(SMMRegisters *regs); | ||
70 | #endif | 69 | #endif |
71 | 70 | ||
72 | #include <asm/io.h> | 71 | #include <asm/io.h> |