diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-02-24 00:25:54 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-02-24 00:25:54 -0800 |
| commit | eac93d606bac4f6ae38d6c071bd5e5bfd06bdfd3 (patch) | |
| tree | 0e4862e6ed774d4b3b179ee025d8d9b77d603924 /drivers/hotplug/ibmphp.h | |
| parent | a7f43eff84b460c46a72587503180d7bc269be6c (diff) | |
[PATCH] IBM PCI Hotplug: get rid of unneeded ops structure and surrounding logic.
Diffstat (limited to 'drivers/hotplug/ibmphp.h')
| -rw-r--r-- | drivers/hotplug/ibmphp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/hotplug/ibmphp.h b/drivers/hotplug/ibmphp.h index c6c60baed275..6795affd9bdd 100644 --- a/drivers/hotplug/ibmphp.h +++ b/drivers/hotplug/ibmphp.h @@ -683,11 +683,6 @@ extern void ibmphp_hpc_stop_poll_thread (void); #define ENABLE 1 #define DISABLE 0 -#define ADD 0 -#define REMOVE 1 -#define DETAIL 2 - -#define MAX_OPS 3 #define CARD_INFO 0x07 #define PCIX133 0x07 #define PCIX66 0x05 |
