From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvabL-00032g-23 for qemu-devel@nongnu.org; Thu, 09 Feb 2012 15:28:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvabJ-000705-IU for qemu-devel@nongnu.org; Thu, 09 Feb 2012 15:28:19 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:54473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvabJ-0006zR-3Y for qemu-devel@nongnu.org; Thu, 09 Feb 2012 15:28:17 -0500 From: Peter Maydell Date: Thu, 9 Feb 2012 20:28:14 +0000 Message-Id: <1328819294-1427-4-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1328819294-1427-1-git-send-email-peter.maydell@linaro.org> References: <1328819294-1427-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 3/3] Remove unnecessary includes of primecell.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org 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 --- hw/highbank.c | 1 - hw/integratorcp.c | 1 - hw/pl022.c | 1 - hw/versatilepb.c | 1 - 4 files changed, 0 insertions(+), 4 deletions(-) diff --git a/hw/highbank.c b/hw/highbank.c index 684178e..5aca589 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 6dbd649..e919961 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" diff --git a/hw/pl022.c b/hw/pl022.c index 30bd344..1e494ce 100644 --- a/hw/pl022.c +++ b/hw/pl022.c @@ -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 6ea0ce5..58acaff 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" -- 1.7.5.4