PCI: pciehp: remove number field
[safe/jmp/linux-2.6] / drivers / pci / hotplug / pciehp.h
index b7054cb..b20a38d 100644 (file)
@@ -73,7 +73,6 @@ do {                                                                  \
 #define SLOT_NAME_SIZE 10
 struct slot {
        u8 state;
-       u32 number;
        struct controller *ctrl;
        struct hotplug_slot *hotplug_slot;
        struct delayed_work work;       /* work for button event */