powerpc/rtas: clean up includes
authorNathan Lynch <nathanl@linux.ibm.com>
Fri, 18 Nov 2022 15:07:45 +0000 (09:07 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 7 Dec 2022 11:40:42 +0000 (22:40 +1100)
commit9581f8a00777a073fdd8146659a51ca007cae8d6
tree88eef023c91848cefe1c5a29003d777a58a5a1ae
parentc67a0e411d0ffe0648fe84e25e9f899ce770feb3
powerpc/rtas: clean up includes

rtas.c used to host complex code related to pseries-specific guest
migration and suspend, which used atomics, completions, hcalls, and
CPU hotplug APIs. That's all been deleted or moved, so remove the
include directives that have been rendered unnecessary. Sort the
remainder (with linux/ before asm/) to impose some order on where
future additions go.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20221118150751.469393-8-nathanl@linux.ibm.com
arch/powerpc/kernel/rtas.c