X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fpci%2Fhotplug%2Frpaphp.h;h=3c860e156911d989f1a394ff5cb70fae34bf7ef2;hb=2ab7e6fcc578694936be605151227a660d2f1b95;hp=66ff46e1bcb691da37a018445cbf333fa1ec3741;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/drivers/pci/hotplug/rpaphp.h b/drivers/pci/hotplug/rpaphp.h index 66ff46e1b..3c860e156 100644 --- a/drivers/pci/hotplug/rpaphp.h +++ b/drivers/pci/hotplug/rpaphp.h @@ -62,8 +62,6 @@ extern int debug; #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg) #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg) -#define SLOT_MAGIC 0x67267322 - /* slot types */ #define VIO_DEV 1 #define PCI_DEV 2 @@ -79,7 +77,6 @@ extern int debug; * struct slot - slot information for each *physical* slot */ struct slot { - u32 magic; int state; u32 index; u32 type;