diff options
-rw-r--r-- | drivers/video/neofb.c | 1 | ||||
-rw-r--r-- | include/linux/toshiba.h | 2 |
2 files changed, 2 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> |
diff --git a/include/linux/toshiba.h b/include/linux/toshiba.h index 916e5e3a699b..6a7c4edf0e13 100644 --- a/include/linux/toshiba.h +++ b/include/linux/toshiba.h | |||
@@ -33,4 +33,6 @@ typedef struct { | |||
33 | unsigned int edi __attribute__ ((packed)); | 33 | unsigned int edi __attribute__ ((packed)); |
34 | } SMMRegisters; | 34 | } SMMRegisters; |
35 | 35 | ||
36 | int tosh_smm(SMMRegisters *regs); | ||
37 | |||
36 | #endif | 38 | #endif |