]> git.baikalelectronics.ru Git - kernel.git/commit
xen/arm: Fix compile errors when drivers are compiled as modules (export more).
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 8 Nov 2012 15:58:55 +0000 (15:58 +0000)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 9 Nov 2012 12:48:22 +0000 (07:48 -0500)
commit4981fea0b342893a021f8f5e0262a8b03d3c39d4
treeaaee1d184e62d8717497787c7d890d348ecb411a
parent782765e7842c10ffb47d786c20e625928f9e5b91
xen/arm: Fix compile errors when drivers are compiled as modules (export more).

The commit 782765e7842c10ffb47d786c20e625928f9e5b91
"xen/arm: Fix compile errors when drivers are compiled as modules." exports
the neccessary functions. But to guard ourselves against out-of-tree modules
and future drivers hitting this, lets export all of the relevant
hypercalls.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/arm/xen/enlighten.c