diff options
author | Wei Liu <liuw@liuw.name> | 2014-01-03 14:03:35 +0000 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2014-01-06 10:07:27 -0500 |
commit | 02bcf053e9c5dfbb541b8e27a8eeb962a54d577b (patch) | |
tree | af755aabf7e1e37e4d406c43c84b7d89e9946a12 | |
parent | 72f28071f14fd9b6cc03aaf83b057d169d817411 (diff) | |
download | op-kernel-dev-02bcf053e9c5dfbb541b8e27a8eeb962a54d577b.zip op-kernel-dev-02bcf053e9c5dfbb541b8e27a8eeb962a54d577b.tar.gz |
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>
-rw-r--r-- | arch/arm/include/asm/xen/page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/xen/page.h b/arch/arm/include/asm/xen/page.h index 75579a9..ac6789a 100644 --- a/arch/arm/include/asm/xen/page.h +++ b/arch/arm/include/asm/xen/page.h @@ -117,6 +117,6 @@ static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) return __set_phys_to_machine(pfn, mfn); } -#define xen_remap(cookie, size) ioremap_cached((cookie), (size)); +#define xen_remap(cookie, size) ioremap_cached((cookie), (size)) #endif /* _ASM_ARM_XEN_PAGE_H */ |