Fix previous commit breaking other kdrives pulling in fbdev.a

This commit is contained in:
Matthew Allum 2006-08-31 17:30:24 +01:00
parent fd609956f2
commit 69d5becce4
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,8 @@
extern int KdTsPhyScreen;
char *fbdevDevicePath = NULL;
Bool
fbdevInitialize (KdCardInfo *card, FbdevPriv *priv)
{

View File

@ -77,7 +77,7 @@ ddxProcessArgument (int argc, char **argv, int i)
return KdProcessArgument (argc, argv, i);
}
char *fbdevDevicePath = NULL;
KdCardFuncs fbdevFuncs = {
fbdevCardInit, /* cardinit */
fbdevScreenInit, /* scrinit */