From: Steven Noonan Date: Fri, 1 Mar 2013 13:14:59 +0000 (-0800) Subject: xenbus: fix compile failure on ARM with Xen enabled X-Git-Tag: v3.9-rc1~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e27161c62216c163880d7aed751cb55a65c8e9;p=pandora-kernel.git xenbus: fix compile failure on ARM with Xen enabled Adding an include of linux/mm.h resolves this: drivers/xen/xenbus/xenbus_client.c: In function ‘xenbus_map_ring_valloc_hvm’: drivers/xen/xenbus/xenbus_client.c:532:66: error: implicit declaration of function ‘page_to_section’ [-Werror=implicit-function-declaration] CC: stable@vger.kernel.org Signed-off-by: Steven Noonan Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed