diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2012-02-16 09:56:10 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2012-02-17 11:13:42 +0000 |
commit | 22168e666033c78977d5864e808375ea256b2882 (patch) | |
tree | 81a007c7c523ae0d08fd9610f70b56fdc533497b /hw | |
parent | 2a9577034acf77300ce3aa58c3ebffc5949ce96d (diff) | |
download | hqemu-22168e666033c78977d5864e808375ea256b2882.zip hqemu-22168e666033c78977d5864e808375ea256b2882.tar.gz |
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')
-rw-r--r-- | hw/highbank.c | 1 | ||||
-rw-r--r-- | hw/integratorcp.c | 1 | ||||
-rw-r--r-- | hw/pl022.c | 1 | ||||
-rw-r--r-- | hw/versatilepb.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/hw/highbank.c b/hw/highbank.c index b28b464..489c00e 100644 --- a/hw/highbank.c +++ b/hw/highbank.c @@ -19,7 +19,6 @@ #include "sysbus.h" #include "arm-misc.h" -#include "primecell.h" #include "devices.h" #include "loader.h" #include "net.h" diff --git a/hw/integratorcp.c b/hw/integratorcp.c index 294d7da..5b06c81 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" @@ -9,7 +9,6 @@ #include "sysbus.h" #include "ssi.h" -#include "primecell.h" //#define DEBUG_PL022 1 diff --git a/hw/versatilepb.c b/hw/versatilepb.c index 1903db6..b9102f4 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" |