diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-03-03 17:09:09 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-03-03 17:09:09 +0000 |
commit | b3e7e9859669f2142ac0672027d0a8723e1b95ff (patch) | |
tree | 90b2500883f70bc3144831f21a3e3edc227c48d8 /drivers | |
parent | af7e00d6f82e2d2a46cb7390bb447e8ec2d118a2 (diff) |
Add console_is_present() to make it compile.
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/sgi/char/sgicons.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/sgi/char/sgicons.c b/drivers/sgi/char/sgicons.c index fb937679b..746ac93b4 100644 --- a/drivers/sgi/char/sgicons.c +++ b/drivers/sgi/char/sgicons.c @@ -159,6 +159,11 @@ void set_vesa_blanking(const unsigned long arg) { } void vesa_powerdown(void) { } void set_palette (void) { } +__initfunc(int con_is_present()) +{ + return 1; +} + extern unsigned long video_mem_base, video_screen_size, video_mem_term; __initfunc(unsigned long con_type_init(unsigned long start_mem, const char **name)) |