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

Commit 83a497ca authored by Tommy Lin's avatar Tommy Lin Committed by Anton Vorontsov
Browse files

ARM: cns3xxx: Fix compile error caused by hardware.h removed



Commit c9d95fbe "ARM: convert PCI defines
to variables" deleted cns3xxx' hardware.h, but didn't remove references
for it, so do it now.

This patch removes lines that refer to hardware.h.

Signed-off-by: default avatarTommy Lin <tommy.lin.1101@gmail.com>
Signed-off-by: default avatarImre Kaloz <kaloz@openwrt.org>
Signed-off-by: default avatarAnton Vorontsov <cbouatmailru@gmail.com>
parent ddf28352
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
 * published by the Free Software Foundation.
 */

#include <mach/hardware.h>
#include <asm/hardware/entry-macro-gic.S>

		.macro	disable_fiq
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@

#include <linux/io.h>
#include <asm/proc-fns.h>
#include <mach/hardware.h>

static inline void arch_idle(void)
{
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
 */

#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <mach/cns3xxx.h>

#define AMBA_UART_DR(base)	(*(volatile unsigned char *)((base) + 0x00))