commit | 45e27161c62216c163880d7aed751cb55a65c8e9 | [log] [tgz] |
---|---|---|
author | Steven Noonan <steven@uplinklabs.net> | Fri Mar 01 05:14:59 2013 -0800 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Mar 01 10:55:00 2013 -0500 |
tree | 30d174f92333528f313afcd06b740893c90c10a2 | |
parent | 884ac2978a295b7df3c4a686d3bff6932bbbb460 [diff] |
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 <steven@uplinklabs.net> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>