]> git.proxmox.com Git - qemu.git/commitdiff
Remove unnecessary includes of primecell.h
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Feb 2012 09:56:10 +0000 (09:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Feb 2012 11:13:42 +0000 (11:13 +0000)
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>
hw/highbank.c
hw/integratorcp.c
hw/pl022.c
hw/versatilepb.c

index b28b4640aa4f8c4e1d5ab8338bfa0a9478cdb968..489c00e5b99462e863ad317270c1ab5e9ac6b15a 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "sysbus.h"
 #include "arm-misc.h"
-#include "primecell.h"
 #include "devices.h"
 #include "loader.h"
 #include "net.h"
index 294d7da7fc8442c5fdc0cf9da37733f038769f67..5b06c81c9be75d860386045285a3770d88316513 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include "sysbus.h"
-#include "primecell.h"
 #include "devices.h"
 #include "boards.h"
 #include "arm-misc.h"
index 03bf63c4d2e6c2f156e2306589afa1bd6ad1ed2b..60e35daeb584be819d6a6cc6d6fbec659114e0e8 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "sysbus.h"
 #include "ssi.h"
-#include "primecell.h"
 
 //#define DEBUG_PL022 1
 
index 1903db6435a6f70c2d8d06b455ce7bb52df4ac8e..b9102f4a54c50da780df1d17ac9d3004fa885d60 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "sysbus.h"
 #include "arm-misc.h"
-#include "primecell.h"
 #include "devices.h"
 #include "net.h"
 #include "sysemu.h"