From patchwork Mon Feb 23 17:53:00 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Guzman Lugo, Fernando" X-Patchwork-Id: 8438 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 n1NHrACf023651 for ; Mon, 23 Feb 2009 17:53:10 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752904AbZBWRxJ (ORCPT ); Mon, 23 Feb 2009 12:53:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753076AbZBWRxJ (ORCPT ); Mon, 23 Feb 2009 12:53:09 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:46234 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752904AbZBWRxI convert rfc822-to-8bit (ORCPT ); Mon, 23 Feb 2009 12:53:08 -0500 Received: from dlep95.itg.ti.com ([157.170.170.107]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id n1NHr1a9019617 for ; Mon, 23 Feb 2009 11:53:06 -0600 Received: from dlee73.ent.ti.com (localhost [127.0.0.1]) by dlep95.itg.ti.com (8.13.8/8.13.8) with ESMTP id n1NHr1nA008018 for ; Mon, 23 Feb 2009 11:53:01 -0600 (CST) Received: from dlee06.ent.ti.com ([157.170.170.11]) by dlee73.ent.ti.com ([157.170.170.88]) with mapi; Mon, 23 Feb 2009 11:53:01 -0600 From: "Guzman Lugo, Fernando" To: "linux-omap@vger.kernel.org" Date: Mon, 23 Feb 2009 11:53:00 -0600 Subject: [OMAPZOOM][PATCH] DSPBRIDGE: Remove SEEK_* redefinitions Thread-Topic: [OMAPZOOM][PATCH] DSPBRIDGE: Remove SEEK_* redefinitions Thread-Index: AcmV0cItuvIFvN3dTQ2kJ/9IfYP8SwADb4Aw Message-ID: <496565EC904933469F292DDA3F1663E602854E3E50@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