|
@@ -17,8 +17,8 @@
|
|
|
#define PCI_DEVICE_ID_SI_662 0x0662
|
|
|
#define PCI_DEVICE_ID_SI_671 0x0671
|
|
|
|
|
|
-static bool __devinitdata agp_sis_force_delay = 0;
|
|
|
-static int __devinitdata agp_sis_agp_spec = -1;
|
|
|
+static bool agp_sis_force_delay = 0;
|
|
|
+static int agp_sis_agp_spec = -1;
|
|
|
|
|
|
static int sis_fetch_size(void)
|
|
|
{
|
|
@@ -148,7 +148,7 @@ static struct agp_bridge_driver sis_driver = {
|
|
|
};
|
|
|
|
|
|
// chipsets that require the 'delay hack'
|
|
|
-static int sis_broken_chipsets[] __devinitdata = {
|
|
|
+static int sis_broken_chipsets[] = {
|
|
|
PCI_DEVICE_ID_SI_648,
|
|
|
PCI_DEVICE_ID_SI_746,
|
|
|
0 // terminator
|