From patchwork Tue Mar 3 01:31:14 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Guzman Lugo, Fernando" X-Patchwork-Id: 9624 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n231VLXS021888 for ; Tue, 3 Mar 2009 01:31:21 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751948AbZCCBbS (ORCPT ); Mon, 2 Mar 2009 20:31:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753062AbZCCBbS (ORCPT ); Mon, 2 Mar 2009 20:31:18 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:36586 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751948AbZCCBbR convert rfc822-to-8bit (ORCPT ); Mon, 2 Mar 2009 20:31:17 -0500 Received: from dlep95.itg.ti.com ([157.170.170.107]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id n231VBEF027498 for ; Mon, 2 Mar 2009 19:31:16 -0600 Received: from dlee75.ent.ti.com (localhost [127.0.0.1]) by dlep95.itg.ti.com (8.13.8/8.13.8) with ESMTP id n231VBb5029646 for ; Mon, 2 Mar 2009 19:31:11 -0600 (CST) Received: from dlee06.ent.ti.com ([157.170.170.11]) by dlee75.ent.ti.com ([157.170.170.72]) with mapi; Mon, 2 Mar 2009 19:31:11 -0600 From: "Guzman Lugo, Fernando" To: "Pandita, Vikram" , "Kanigeri, Hari" CC: "Aguilar Pena, Leed" , "linux-omap@vger.kernel.org" Date: Mon, 2 Mar 2009 19:31:14 -0600 Subject: [OMAPZOOM][PATCH 1/5] DSPBRIDGE: Remove SEEK_* redefinitions Thread-Topic: [OMAPZOOM][PATCH 1/5] DSPBRIDGE: Remove SEEK_* redefinitions Thread-Index: Acmbn74azoazk15nSH+hrbS6ah2yCw== Message-ID: <496565EC904933469F292DDA3F1663E60287B84DF6@dlee06.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 From: Fernando Guzman Lugo Date: Mon, 23 Feb 2009 10:04:27 -0600 Subject: [PATCH] DSPBRIDGE: Remove SEEK_* redefinitions This patch removes the SEEK_* redefinitions in host_os.h Signed-off-by: Guzman Lugo Fernando --- arch/arm/plat-omap/include/dspbridge/host_os.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/arm/plat-omap/include/dspbridge/host_os.h b/arch/arm/plat-omap/include/dspbridge/host_os.h index ff49e0d..9245eea --- a/arch/arm/plat-omap/include/dspbridge/host_os.h +++ b/arch/arm/plat-omap/include/dspbridge/host_os.h @@ -60,12 +60,6 @@ #include #include -/* ----------------------------------- Macros */ - -#define SEEK_SET 0 /* Seek from beginning of file. */ -#define SEEK_CUR 1 /* Seek from current position. */ -#define SEEK_END 2 /* Seek from end of file. */ - /* TODO -- Remove, once BP defines them */ #define INT_MAIL_MPU_IRQ 26 #define INT_DSP_MMU_IRQ 28