LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] proper prototype for tosh_smm()
@ 2007-01-18 21:55 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2007-01-18 21:55 UTC (permalink / raw)
To: Andrew Morton; +Cc: jonathan, tlinux-users, linux-kernel
This patch adds a proper prototype for tosh_smm() to
include/linux/toshiba.h
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 4 Jan 2007
drivers/video/neofb.c | 1 -
include/linux/toshiba.h | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
--- linux-2.6.20-rc2-mm1/include/linux/toshiba.h.old 2007-01-03 23:03:10.000000000 +0100
+++ linux-2.6.20-rc2-mm1/include/linux/toshiba.h 2007-01-03 23:03:25.000000000 +0100
@@ -33,4 +33,6 @@
unsigned int edi __attribute__ ((packed));
} SMMRegisters;
+int tosh_smm(SMMRegisters *regs);
+
#endif
--- linux-2.6.20-rc2-mm1/drivers/video/neofb.c.old 2007-01-03 23:03:32.000000000 +0100
+++ linux-2.6.20-rc2-mm1/drivers/video/neofb.c 2007-01-03 23:03:39.000000000 +0100
@@ -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>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [2.6 patch] proper prototype for tosh_smm()
@ 2007-01-03 23:09 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2007-01-03 23:09 UTC (permalink / raw)
To: jonathan; +Cc: tlinux-users, linux-kernel
This atch adds a proper prototype for tosh_smm() to
include/linux/toshiba.h
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
drivers/video/neofb.c | 1 -
include/linux/toshiba.h | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
--- linux-2.6.20-rc2-mm1/include/linux/toshiba.h.old 2007-01-03 23:03:10.000000000 +0100
+++ linux-2.6.20-rc2-mm1/include/linux/toshiba.h 2007-01-03 23:03:25.000000000 +0100
@@ -33,4 +33,6 @@
unsigned int edi __attribute__ ((packed));
} SMMRegisters;
+int tosh_smm(SMMRegisters *regs);
+
#endif
--- linux-2.6.20-rc2-mm1/drivers/video/neofb.c.old 2007-01-03 23:03:32.000000000 +0100
+++ linux-2.6.20-rc2-mm1/drivers/video/neofb.c 2007-01-03 23:03:39.000000000 +0100
@@ -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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-18 21:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-18 21:55 [2.6 patch] proper prototype for tosh_smm() Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2007-01-03 23:09 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).