MGA: Fix warning with devbranched G100
This commit is contained in:
@@ -6821,11 +6821,13 @@ millennium_ii_available(void)
|
|||||||
return rom_present(ROM_MILLENNIUM_II);
|
return rom_present(ROM_MILLENNIUM_II);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef USE_G100
|
||||||
static int
|
static int
|
||||||
matrox_g100_available(void)
|
matrox_g100_available(void)
|
||||||
{
|
{
|
||||||
return rom_present(ROM_G100);
|
return rom_present(ROM_G100);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
mystique_speed_changed(void *priv)
|
mystique_speed_changed(void *priv)
|
||||||
|
|||||||
Reference in New Issue
Block a user