Fix previous commit breaking other kdrives pulling in fbdev.a
This commit is contained in:
parent
fd609956f2
commit
69d5becce4
|
@ -33,6 +33,8 @@
|
|||
|
||||
extern int KdTsPhyScreen;
|
||||
|
||||
char *fbdevDevicePath = NULL;
|
||||
|
||||
Bool
|
||||
fbdevInitialize (KdCardInfo *card, FbdevPriv *priv)
|
||||
{
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue