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

Commit 459fd555 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] h720x: avoid polluting the kernel's namespace



Avoid unnecessarily pollution of the kernel's namespace by avoiding
mach/hardware.h in mach/io.h.  Include this header file where necessary.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 1e14937e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@
#ifndef __ASM_ARM_ARCH_IO_H
#define __ASM_ARM_ARCH_IO_H

#include <mach/hardware.h>

#define IO_SPACE_LIMIT 0xffffffff

#define __io(a)		((void __iomem *)(a))