summaryrefslogtreecommitdiffstats
path: root/hw/integratorcp.c
diff options
context:
space:
mode:
authorPeter Maydell2012-02-16 10:56:10 +0100
committerPeter Maydell2012-02-17 12:13:42 +0100
commit22168e666033c78977d5864e808375ea256b2882 (patch)
tree81a007c7c523ae0d08fd9610f70b56fdc533497b /hw/integratorcp.c
parenthw/primecell.h: Remove obsolete pl080_init() declaration (diff)
downloadqemu-22168e666033c78977d5864e808375ea256b2882.tar.gz
qemu-22168e666033c78977d5864e808375ea256b2882.tar.xz
qemu-22168e666033c78977d5864e808375ea256b2882.zip
Remove unnecessary includes of primecell.h
The primecell.h header now only has the definitions of constants indicating the usage of the arm_sysctl GPIO lines; remove obsolete includes of it from source files which don't care about those GPIO lines. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/integratorcp.c')
-rw-r--r--hw/integratorcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/integratorcp.c b/hw/integratorcp.c
index 294d7da7fc..5b06c81c9b 100644
--- a/hw/integratorcp.c
+++ b/hw/integratorcp.c
@@ -8,7 +8,6 @@
*/
#include "sysbus.h"
-#include "primecell.h"
#include "devices.h"
#include "boards.h"
#include "arm-misc.h"