From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyM8A-0001yA-HG for qemu-devel@nongnu.org; Fri, 17 Feb 2012 06:37:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyM89-00089d-Fo for qemu-devel@nongnu.org; Fri, 17 Feb 2012 06:37:38 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:50496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyM89-0006Q6-8n for qemu-devel@nongnu.org; Fri, 17 Feb 2012 06:37:37 -0500 From: Peter Maydell Date: Fri, 17 Feb 2012 11:29:35 +0000 Message-Id: <1329478177-14650-21-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1329478177-14650-1-git-send-email-peter.maydell@linaro.org> References: <1329478177-14650-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 20/22] Remove unnecessary includes of primecell.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Paul Brook 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 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" diff --git a/hw/pl022.c b/hw/pl022.c index 03bf63c..60e35da 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 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" -- 1.7.1