]> www.infradead.org Git - users/jedix/linux-maple.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>
Tue, 4 Dec 2012 21:28:11 +0000 (16:28 -0500)
commiteb32e1b3718283766d8789b9a3063494370e73d0
treee4eff970e35e132525c6a3b36cfb5c607660d17e
parent0079017204eb84cf983dfc85876a2ed839d755ed
xen/arm: Fix compile errors when drivers are compiled as modules (export more).

The commit 911dec0db4de6ccc544178a8ddaf9cec0a11d533
"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>
(cherry picked from commit ab277bbf662ef17ffb7fd8dd7a462a34e326e492)
arch/arm/xen/enlighten.c