diff options
Diffstat (limited to 'arch/ppc64/kernel/eeh.c')
-rw-r--r-- | arch/ppc64/kernel/eeh.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ppc64/kernel/eeh.c b/arch/ppc64/kernel/eeh.c index 035d1b14a207..eedf21d5f3b7 100644 --- a/arch/ppc64/kernel/eeh.c +++ b/arch/ppc64/kernel/eeh.c | |||
@@ -71,10 +71,6 @@ | |||
71 | * and sent out for processing. | 71 | * and sent out for processing. |
72 | */ | 72 | */ |
73 | 73 | ||
74 | /** Bus Unit ID macros; get low and hi 32-bits of the 64-bit BUID */ | ||
75 | #define BUID_HI(buid) ((buid) >> 32) | ||
76 | #define BUID_LO(buid) ((buid) & 0xffffffff) | ||
77 | |||
78 | /* EEH event workqueue setup. */ | 74 | /* EEH event workqueue setup. */ |
79 | static DEFINE_SPINLOCK(eeh_eventlist_lock); | 75 | static DEFINE_SPINLOCK(eeh_eventlist_lock); |
80 | LIST_HEAD(eeh_eventlist); | 76 | LIST_HEAD(eeh_eventlist); |