linux/arch/arm/include/asm/xen
Paul Gortmaker 59aa56bf2a xen: audit usages of module.h ; remove unnecessary instances
Code that uses no modular facilities whatsoever should not be
sourcing module.h at all, since that header drags in a bunch
of other headers with it.

Similarly, code that is not explicitly using modular facilities
like module_init() but only is declaring module_param setup
variables should be using moduleparam.h and not the larger
module.h file for that.

In making this change, we also uncover an implicit use of BUG()
in inline fcns within arch/arm/include/asm/xen/hypercall.h so
we explicitly source <linux/bug.h> for that file now.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
2016-03-21 15:13:32 +00:00
..
events.h xen/events: Support event channel rebind on ARM 2015-08-20 12:24:15 +01:00
hypercall.h xen: audit usages of module.h ; remove unnecessary instances 2016-03-21 15:13:32 +00:00
hypervisor.h xen/arm: Enable cpu_hotplug.c 2015-10-23 14:20:47 +01:00
interface.h arm: extend pvclock_wall_clock with sec_hi 2015-12-21 14:40:57 +00:00
page-coherent.h xen/swiotlb: Add support for 64KB page granularity 2015-10-23 14:20:43 +01:00
page.h xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlb 2015-10-23 14:20:43 +01:00