diff options
author | Alistair Popple <alistair@popple.id.au> | 2015-05-15 07:06:44 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-05-22 08:14:38 +0300 |
commit | 81f2f7ce4c5bb688ad691cb3ee37e81ca26a8a3b (patch) | |
tree | 5910f163666cb24d6e0d9fdf90c667f61cf236b6 /arch/powerpc/platforms/powernv/powernv.h | |
parent | 8034f715f0a5fce97b14bacd47eefb1513316b17 (diff) | |
download | linux-81f2f7ce4c5bb688ad691cb3ee37e81ca26a8a3b.tar.xz |
opal: Remove events notifier
All users of the old opal events notifier have been converted over to
the irq domain so remove the event notifier functions.
Signed-off-by: Alistair Popple <alistair@popple.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/powernv/powernv.h')
-rw-r--r-- | arch/powerpc/platforms/powernv/powernv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/powernv.h b/arch/powerpc/platforms/powernv/powernv.h index 221d4c827fc5..f907f0a494da 100644 --- a/arch/powerpc/platforms/powernv/powernv.h +++ b/arch/powerpc/platforms/powernv/powernv.h @@ -35,7 +35,6 @@ extern u32 pnv_get_supported_cpuidle_states(void); extern void pnv_lpc_init(void); -extern void opal_do_notifier(uint64_t events); extern void opal_handle_events(uint64_t events); extern void opal_event_shutdown(void); |