summaryrefslogtreecommitdiff
path: root/hw/kdrive/fbdev/fbdev.c
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-08-31 17:30:24 +0100
committerMatthew Allum <mallum@openedhand.com>2006-08-31 17:30:24 +0100
commit69d5becce4ca2cfc8f8de53672ed54a47de62164 (patch)
tree7ff057cbbfe8725b315130dcbbee3737100e6bf0 /hw/kdrive/fbdev/fbdev.c
parentfd609956f27d76ee76ac8623787f0fc8633a5546 (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.c2
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)
{