Skip to content

Commit

Permalink
xen/p2m: Fix module linking error.
Browse files Browse the repository at this point in the history
Fixes:
ERROR: "m2p_find_override_pfn" [drivers/block/xen-blkfront.ko] undefined!

Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
  • Loading branch information
konradwilk committed Jan 11, 2011
1 parent 87f1d40 commit e1b478e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/xen/p2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,3 +507,4 @@ unsigned long m2p_find_override_pfn(unsigned long mfn, unsigned long pfn)

return ret;
}
EXPORT_SYMBOL_GPL(m2p_find_override_pfn);

0 comments on commit e1b478e

Please sign in to comment.