Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

asm/xen/page.h: remove redundant semicolon

Signed-off-by: Wei Liu <liuw@liuw.name>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

authored by

Wei Liu and committed by
Konrad Rzeszutek Wilk
02bcf053 72f28071

+1 -1
+1 -1
arch/arm/include/asm/xen/page.h
··· 117 117 return __set_phys_to_machine(pfn, mfn); 118 118 } 119 119 120 - #define xen_remap(cookie, size) ioremap_cached((cookie), (size)); 120 + #define xen_remap(cookie, size) ioremap_cached((cookie), (size)) 121 121 122 122 #endif /* _ASM_ARM_XEN_PAGE_H */