From patchwork Wed Feb 3 00:43:48 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hebbar, Shivananda" X-Patchwork-Id: 76552 X-Patchwork-Delegate: omar.ramirez@ti.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o130hkK6006705 for ; Wed, 3 Feb 2010 00:43:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755998Ab0BCAnz (ORCPT ); Tue, 2 Feb 2010 19:43:55 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:51616 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755926Ab0BCAny convert rfc822-to-8bit (ORCPT ); Tue, 2 Feb 2010 19:43:54 -0500 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id o130hpua014642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 2 Feb 2010 18:43:53 -0600 Received: from dbde71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id o130hot0009209 for ; Wed, 3 Feb 2010 06:13:50 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde71.ent.ti.com ([172.24.170.149]) with mapi; Wed, 3 Feb 2010 06:13:50 +0530 From: "Hebbar, Shivananda" To: linux-omap Date: Wed, 3 Feb 2010 06:13:48 +0530 Subject: [Patch 1/8] DSPBRIDGE: typedef cleanup -DSP RTOS Thread-Topic: [Patch 1/8] DSPBRIDGE: typedef cleanup -DSP RTOS Thread-Index: AcqkafLM2S/BylxfSqCndVXs6+y9Cw== Message-ID: <19F8576C6E063C45BE387C64729E7394044A6B9671@dbde02.ent.ti.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 03 Feb 2010 00:43:55 +0000 (UTC) diff --git a/arch/arm/plat-omap/include/dspbridge/dbdefs.h b/arch/arm/plat-omap/include/dspbridge/dbdefs.h index fc9fdc8..049fcee 100644 --- a/arch/arm/plat-omap/include/dspbridge/dbdefs.h +++ b/arch/arm/plat-omap/include/dspbridge/dbdefs.h @@ -115,7 +115,6 @@ typedef u32 DSP_PROCFAMILY; /* Processor family */ typedef u32 DSP_PROCTYPE; /* Processor type (w/in family) */ - typedef u32 DSP_RTOSTYPE; /* Type of DSP RTOS */ /* Handy Macros */ #define IsValidProcEvent(x) (((x) == 0) || (((x) & (DSP_PROCESSORSTATECHANGE | \ @@ -422,7 +421,7 @@