xen/p2m: Add EXPORT_SYMBOL_GPL to the M2P override functions.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 20 Apr 2011 15:54:10 +0000 (11:54 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 20 Apr 2011 15:56:57 +0000 (11:56 -0400)
commit8a91707d0a1a49193e23cb2d243632f2289feb24
tree626a085aafc86ca7022768a085396dcf9ced8c17
parentcf8d91633ddef9e816ccbf3da833c79ce508988d
xen/p2m: Add EXPORT_SYMBOL_GPL to the M2P override functions.

If the backends, which use these two functions, are compiled as
a module we need these two functions to be exported.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/p2m.c