Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02bcf053 authored by Wei Liu's avatar Wei Liu Committed by Konrad Rzeszutek Wilk
Browse files

asm/xen/page.h: remove redundant semicolon

parent 72f28071
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */