diff options
author | Wei Liu <[email protected]> | 2014-01-03 14:03:35 +0000 |
---|---|---|
committer | Konrad Rzeszutek Wilk <[email protected]> | 2014-01-06 10:07:27 -0500 |
commit | 02bcf053e9c5dfbb541b8e27a8eeb962a54d577b (patch) | |
tree | af755aabf7e1e37e4d406c43c84b7d89e9946a12 | |
parent | 72f28071f14fd9b6cc03aaf83b057d169d817411 (diff) |
asm/xen/page.h: remove redundant semicolon
Signed-off-by: Wei Liu <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
Acked-by: Stefano Stabellini <[email protected]>
-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 75579a9d6f76..ac6789aad059 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 */ |