summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-10-26 11:03:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-08 15:44:13 +0100
commitd5929e6ffe8d149b11d3a71c3b59deb36c6743ea (patch)
tree4aed32f596b48f21bbcd3e5983ea5f8c3c34e59a /arch/arm/include
parented01aa85edbfb5450fcaae586beef67affe6387d (diff)
downloadbarebox-d5929e6ffe8d149b11d3a71c3b59deb36c6743ea.tar.gz
barebox-d5929e6ffe8d149b11d3a71c3b59deb36c6743ea.tar.xz
ARM: remove asm/hardware.h
asm/hardware.h does not have any content except including mach/hardware.h. include mach/hardware.h directly where needed and get rid of asm/hardware.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/hardware.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/include/asm/hardware.h b/arch/arm/include/asm/hardware.h
deleted file mode 100644
index c71c2aeab2..0000000000
--- a/arch/arm/include/asm/hardware.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * linux/include/asm-arm/hardware.h
- *
- * Copyright (C) 1996 Russell King
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * Common hardware definitions
- */
-
-#ifndef __ASM_HARDWARE_H
-#define __ASM_HARDWARE_H
-
-#include <mach/hardware.h>
-
-#endif