From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvabP-0003Dl-3N for qemu-devel@nongnu.org; Thu, 09 Feb 2012 15:28:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvabK-00070Z-C8 for qemu-devel@nongnu.org; Thu, 09 Feb 2012 15:28:22 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:54473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvabK-0006zR-5L for qemu-devel@nongnu.org; Thu, 09 Feb 2012 15:28:18 -0500 From: Peter Maydell Date: Thu, 9 Feb 2012 20:28:11 +0000 Message-Id: <1328819294-1427-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/3] primecell.h cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org This patchseries does some minor cleanup of the primecell.h header. The arm_sysctl patch I posted yesterday; I've included it in this series since the later ones textually depend on it. The two new patches are pretty trivial. Eventually when we have proper QOM devices with named pins rather than nameless arrays of GPIO lines we'll be able to drop the remaining two #defines and delete the header altogether... Peter Maydell (3): hw/arm_sysctl: Drop legacy init function hw/primecell.h: Remove obsolete pl080_init() declaration Remove unnecessary includes of primecell.h hw/arm_sysctl.c | 16 ++-------------- hw/highbank.c | 1 - hw/integratorcp.c | 1 - hw/pl022.c | 1 - hw/primecell.h | 6 ------ hw/versatilepb.c | 1 - 6 files changed, 2 insertions(+), 24 deletions(-) -- 1.7.5.4