diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-08-31 17:30:24 +0100 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-08-31 17:30:24 +0100 |
commit | 69d5becce4ca2cfc8f8de53672ed54a47de62164 (patch) | |
tree | 7ff057cbbfe8725b315130dcbbee3737100e6bf0 /hw/kdrive/fbdev/fbdev.c | |
parent | fd609956f27d76ee76ac8623787f0fc8633a5546 (diff) |
Fix previous commit breaking other kdrives pulling in fbdev.a
Diffstat (limited to 'hw/kdrive/fbdev/fbdev.c')
-rw-r--r-- | hw/kdrive/fbdev/fbdev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/fbdev/fbdev.c b/hw/kdrive/fbdev/fbdev.c index 904d5f315..20bf75800 100644 --- a/hw/kdrive/fbdev/fbdev.c +++ b/hw/kdrive/fbdev/fbdev.c @@ -33,6 +33,8 @@ extern int KdTsPhyScreen; +char *fbdevDevicePath = NULL; + Bool fbdevInitialize (KdCardInfo *card, FbdevPriv *priv) { |