]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/agp/sis-agp.c
char: remove use of __devinitdata
[karo-tx-linux.git] / drivers / char / agp / sis-agp.c
index 08704ae539566fa8c337b9dbaa34c31654ff0a8c..c93c9e5ee2c23340d014498d27b87e4fe0512ef7 100644 (file)
@@ -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