X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=drivers%2Fpci%2Fhotplug%2Fcpci_hotplug.h;h=3ddd75937a40e3d089f5ed2b964c0336bb80564e;hp=7e060c6d98220480ccb1b6d1ad3f4b019b87bee0;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9 diff --git a/drivers/pci/hotplug/cpci_hotplug.h b/drivers/pci/hotplug/cpci_hotplug.h index 7e060c6d9..3ddd75937 100644 --- a/drivers/pci/hotplug/cpci_hotplug.h +++ b/drivers/pci/hotplug/cpci_hotplug.h @@ -40,9 +40,7 @@ #define HS_CSR_EIM 0x0002 #define HS_CSR_DHA 0x0001 -#define SLOT_MAGIC 0x67267322 struct slot { - u32 magic; u8 number; unsigned int devfn; struct pci_bus *bus; @@ -86,7 +84,6 @@ extern u8 cpci_get_attention_status(struct slot *slot); extern u8 cpci_get_latch_status(struct slot *slot); extern u8 cpci_get_adapter_status(struct slot *slot); extern u16 cpci_get_hs_csr(struct slot * slot); -extern u16 cpci_set_hs_csr(struct slot * slot, u16 hs_csr); extern int cpci_set_attention_status(struct slot *slot, int status); extern int cpci_check_and_clear_ins(struct slot * slot); extern int cpci_check_ext(struct slot * slot);