xen/percpu: Drop unused xen/percpu.h includes
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 26 Jul 2019 19:26:24 +0000 (20:26 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 7 Aug 2019 13:06:28 +0000 (14:06 +0100)
commit0aad20566bfb1fcd87ad87d255cafb41f6b7b00e
tree3ebc764eb55f12d3476455a036c2bd060035c0e8
parent8a3d7a321554b7a10b97c1fd3cc70aea2151ddc1
xen/percpu: Drop unused xen/percpu.h includes

None of these headers use any PER_CPU() infrastructure.

xen/rwlock.h however does, and picked it up transitively via xen/spinlock.h,
so include it properly.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-x86/i387.h
xen/include/xen/multicall.h
xen/include/xen/rcupdate.h
xen/include/xen/rwlock.h
xen/include/xen/spinlock.h