From 077fd6f6928a8b9311fa27e20e9282fdbec0703b Mon Sep 17 00:00:00 2001 From: "Menon, Nishanth" Date: Thu, 22 Jul 2010 16:03:50 -0500 Subject: [PATCH] --- yaml --- r: 205971 b: refs/heads/master c: cfa6b297506c8e19e240016acf4776bb16dc5aa2 h: refs/heads/master i: 205969: 55ebb0a1ea193210e8251b84a9a16cdee106d4fa 205967: 720227964f137dbe82ea4ac2023800f162081ad3 v: v3 --- [refs] | 2 +- .../tidspbridge/include/dspbridge/dbdefs.h | 1 - .../tidspbridge/include/dspbridge/dbtype.h | 69 ------------------- .../tidspbridge/include/dspbridge/host_os.h | 1 - 4 files changed, 1 insertion(+), 72 deletions(-) delete mode 100644 trunk/drivers/staging/tidspbridge/include/dspbridge/dbtype.h diff --git a/[refs] b/[refs] index a401851da726..a980414bdac1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6bf74f06f5178fcccb66acf51d1f6ebc4e6c5d0 +refs/heads/master: cfa6b297506c8e19e240016acf4776bb16dc5aa2 diff --git a/trunk/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h b/trunk/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h index a815b67923c5..8f84735d33d0 100644 --- a/trunk/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h +++ b/trunk/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h @@ -21,7 +21,6 @@ #include -#include /* GPP side type definitions */ #include /* Types shared between GPP and DSP */ #define PG_SIZE4K 4096 diff --git a/trunk/drivers/staging/tidspbridge/include/dspbridge/dbtype.h b/trunk/drivers/staging/tidspbridge/include/dspbridge/dbtype.h deleted file mode 100644 index ca5eaf8a2985..000000000000 --- a/trunk/drivers/staging/tidspbridge/include/dspbridge/dbtype.h +++ /dev/null @@ -1,69 +0,0 @@ -/* - * dbtype.h - * - * DSP-BIOS Bridge driver support functions for TI OMAP processors. - * - * This header defines data types for DSP/BIOS Bridge APIs and device - * driver modules. It also defines the Hungarian prefix to use for each - * base type. - * - * Copyright (C) 2008 Texas Instruments, Inc. - * - * This package is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. - */ - -#ifndef DBTYPE_ -#define DBTYPE_ - -/*===========================================================================*/ -/* Argument specification syntax */ -/*===========================================================================*/ - -#ifndef IN -#define IN /* Following parameter is for input. */ -#endif - -#ifndef OUT -#define OUT /* Following parameter is for output. */ -#endif - -#ifndef OPTIONAL -#define OPTIONAL /* Function may optionally use previous parameter. */ -#endif - -#ifndef CONST -#define CONST const -#endif - -/*===========================================================================*/ -/* NULL character (normally used for string termination) */ -/*===========================================================================*/ - -#ifndef NULL_CHAR -#define NULL_CHAR '\0' /* Null character. */ -#endif - -/*===========================================================================*/ -/* Basic Type definitions (with Prefixes for Hungarian notation) */ -/*===========================================================================*/ - -#ifndef OMAPBRIDGE_TYPES -#define OMAPBRIDGE_TYPES -typedef volatile unsigned short reg_uword16; -#endif - -#define TEXT(x) x - -#define DLLIMPORT -#define DLLEXPORT - -/* Define DSPAPIDLL correctly in dspapi.h */ -#define _DSPSYSDLL32_ - -#endif /* DBTYPE_ */ diff --git a/trunk/drivers/staging/tidspbridge/include/dspbridge/host_os.h b/trunk/drivers/staging/tidspbridge/include/dspbridge/host_os.h index a91c136b80be..6b4feb4d015a 100644 --- a/trunk/drivers/staging/tidspbridge/include/dspbridge/host_os.h +++ b/trunk/drivers/staging/tidspbridge/include/dspbridge/host_os.h @@ -42,7 +42,6 @@ #include #include #include -#include #include #include #include