diff options
author | Alex deVries <Alex.deVries@windriver.com> | 1999-02-06 03:57:37 +0000 |
---|---|---|
committer | Alex deVries <Alex.deVries@windriver.com> | 1999-02-06 03:57:37 +0000 |
commit | 2f7a646bdb098918bf1d541b2fe63c7a9a89192f (patch) | |
tree | b401efc2464f8cced8c885f8e08cf7477b2559e1 /drivers/sgi/char/graphics.h | |
parent | 7612165ef628025903698bcb33b7140c576f2963 (diff) |
- fixed compiling in of ramdisks; we don't have the kernel segment defining initrd offset, etc.
- a couple of HAL related changes to make it build better
- the start of making newport graphics a module; currently this breaks as a
module, but works okay built into the kernel.
- Alex
Diffstat (limited to 'drivers/sgi/char/graphics.h')
-rw-r--r-- | drivers/sgi/char/graphics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sgi/char/graphics.h b/drivers/sgi/char/graphics.h index d5a8d2979..fc08ab79c 100644 --- a/drivers/sgi/char/graphics.h +++ b/drivers/sgi/char/graphics.h @@ -25,4 +25,3 @@ struct graphics_ops { void shmiq_init (void); void streamable_init (void); -void usema_init (void); |