aboutsummaryrefslogtreecommitdiffstats
path: root/hw/versatilepb.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-02-16 09:56:10 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-02-17 11:13:42 +0000
commit22168e666033c78977d5864e808375ea256b2882 (patch)
tree81a007c7c523ae0d08fd9610f70b56fdc533497b /hw/versatilepb.c
parent2a9577034acf77300ce3aa58c3ebffc5949ce96d (diff)
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/versatilepb.c')
-rw-r--r--hw/versatilepb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/versatilepb.c b/hw/versatilepb.c
index 1903db643..b9102f4a5 100644
--- a/hw/versatilepb.c
+++ b/hw/versatilepb.c
@@ -9,7 +9,6 @@
#include "sysbus.h"
#include "arm-misc.h"
-#include "primecell.h"
#include "devices.h"
#include "net.h"
#include "sysemu.h"