]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e2fa7c5201f4d22a77822db0007a3f58473b311
tree626a085aafc86ca7022768a085396dcf9ced8c17
parent0328eddabcfaa4853daaa79f2cafc52bfb52ac37
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