diff options
author | Juergen Gross <[email protected]> | 2024-07-10 11:37:18 +0200 |
---|---|---|
committer | Juergen Gross <[email protected]> | 2024-07-11 16:33:48 +0200 |
commit | bcea31e2d1c7a34aeeae9458f38833d5a8409cf7 (patch) | |
tree | 6719bf2577a5d2fc8eedbf934e6651540237f496 /arch/x86/xen/pmu.c | |
parent | 337c628ab74d1bbfe5377bbd8d31c858baf5fbc6 (diff) |
x86/xen: eliminate some private header files
Under arch/x86/xen there is one large private header file xen-ops.h
containing most of the Xen-private x86 related declarations, and then
there are several small headers with a handful of declarations each.
Merge the small headers into xen-ops.h.
While doing that, move the declaration of xen_fifo_events from
xen-ops.h into include/xen/events.h where it should have been from the
beginning.
Signed-off-by: Juergen Gross <[email protected]>
Reviewed-by: Boris Ostrovsky <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Juergen Gross <[email protected]>
Diffstat (limited to 'arch/x86/xen/pmu.c')
-rw-r--r-- | arch/x86/xen/pmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/xen/pmu.c b/arch/x86/xen/pmu.c index 246d67dab510..f06987b0efc3 100644 --- a/arch/x86/xen/pmu.c +++ b/arch/x86/xen/pmu.c @@ -10,7 +10,6 @@ #include <xen/interface/xenpmu.h> #include "xen-ops.h" -#include "pmu.h" /* x86_pmu.handle_irq definition */ #include "../events/perf_event.h" |