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, 18 May 2011 20:00:01 +0000 (16:00 -0400)
commitc9ce9e438b2a9faba74a05a71b3dbe169cde783b
tree7f8ced55728d8da933c877e50a70aab023ce69e8
parentd5431d5273392c6509e9567a9c30ca8b8362d6b2
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