From patchwork Tue Mar 13 18:28:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Langsdorf X-Patchwork-Id: 146466 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0D919B6EF3 for ; Wed, 14 Mar 2012 05:28:45 +1100 (EST) Received: from localhost ([::1]:39033 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7WSg-0000eX-TL for incoming@patchwork.ozlabs.org; Tue, 13 Mar 2012 14:28:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7WSW-0000YP-6S for qemu-devel@nongnu.org; Tue, 13 Mar 2012 14:28:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7WSO-0004DH-4j for qemu-devel@nongnu.org; Tue, 13 Mar 2012 14:28:31 -0400 Received: from smtp121.dfw.emailsrvr.com ([67.192.241.121]:40139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7WSO-0004Cy-0d for qemu-devel@nongnu.org; Tue, 13 Mar 2012 14:28:24 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp12.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id 31EC33C1244; Tue, 13 Mar 2012 14:28:22 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp12.relay.dfw1a.emailsrvr.com (Authenticated sender: mark.langsdorf-AT-calxeda.com) with ESMTPSA id 9F7C53C124B; Tue, 13 Mar 2012 14:28:19 -0400 (EDT) From: Mark Langsdorf To: qemu-devel@nongnu.org Date: Tue, 13 Mar 2012 13:28:47 -0500 Message-Id: <1331663327-29982-1-git-send-email-mark.langsdorf@calxeda.com> X-Mailer: git-send-email 1.7.5.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 67.192.241.121 Cc: qemu-trivial@nongnu.org, Joshua Housh , aliguori@us.ibm.com, paul@codesourcery.com, Mark Langsdorf Subject: [Qemu-devel] [PATCH 1/2] cleanup obsolete typedef X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Joshua Housh There are no users of i2c_slave. Signed-off-by: Joshua Housh Signed-off-by: Mark Langsdorf Reviewed-by: Peter Maydell --- qemu-common.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/qemu-common.h b/qemu-common.h index b0fdf5c..c9e96a8 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -236,7 +236,6 @@ typedef struct MACAddr MACAddr; typedef struct VLANState VLANState; typedef struct VLANClientState VLANClientState; typedef struct i2c_bus i2c_bus; -typedef struct i2c_slave i2c_slave; typedef struct ISABus ISABus; typedef struct SMBusDevice SMBusDevice; typedef struct PCIHostState PCIHostState;