diff options
author | Tom Duffy <thomas.duffy.99@alumni.brown.edu> | 2005-08-07 09:42:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-07 10:00:38 -0700 |
commit | 46bdac99382dd36e2d8c36cfb35d879b5c136965 (patch) | |
tree | 7966c5e9512751625e5ab3dfff5e7752e821e5fe /arch/i386/mach-visws | |
parent | 6c79d7260a8522a54374fa10dd2838eaef492cf2 (diff) |
[PATCH] visws: linkage fix
This patch add stubs to allow the visws subarch to link again.
Signed-off-by: Tom Duffy <thomas.duffy.99@alumni.brown.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/mach-visws')
-rw-r--r-- | arch/i386/mach-visws/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/mach-visws/setup.c b/arch/i386/mach-visws/setup.c index 9f6d2d9b1be7..26ada6fc0d77 100644 --- a/arch/i386/mach-visws/setup.c +++ b/arch/i386/mach-visws/setup.c @@ -14,6 +14,8 @@ #include "cobalt.h" #include "piix4.h" +int no_broadcast; + char visws_board_type = -1; char visws_board_rev = -1; |