Ian Campbell 37ea0fcb6a xen: sysfs: fix build warning.
Define PRI macros for xen_ulong_t and xen_pfn_t and use to fix:
drivers/xen/sys-hypervisor.c:288:4: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'xen_ulong_t' [-Wformat]

Ideally this would use PRIx64 on ARM but these (or equivalent) don't
seem to be available in the kernel.

Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2012-10-19 15:17:51 -04:00
..
2011-12-16 13:29:39 -05:00
2012-10-02 12:34:56 -04:00
2008-12-16 21:50:31 +01:00
2012-10-02 12:34:55 -04:00
2012-04-19 15:12:49 -04:00
2012-09-10 15:34:56 -04:00
2011-12-16 13:29:31 -05:00
2012-03-22 20:16:14 -07:00