staging: tidspbridge: remove dbc.h
All the macros in dbc.h are removed now so this patch removes it completely. Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
40e6336d1b
commit
f7c908ef87
@ -50,9 +50,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/sync.h>
|
#include <dspbridge/sync.h>
|
||||||
|
|
||||||
|
@ -29,9 +29,6 @@
|
|||||||
#include <dspbridge/dev.h>
|
#include <dspbridge/dev.h>
|
||||||
#include "_tiomap.h"
|
#include "_tiomap.h"
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- This */
|
/* ----------------------------------- This */
|
||||||
#include <dspbridge/clk.h>
|
#include <dspbridge/clk.h>
|
||||||
|
|
||||||
|
@ -33,9 +33,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* Services Layer */
|
/* Services Layer */
|
||||||
#include <dspbridge/ntfy.h>
|
#include <dspbridge/ntfy.h>
|
||||||
#include <dspbridge/sync.h>
|
#include <dspbridge/sync.h>
|
||||||
|
@ -20,9 +20,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/sync.h>
|
#include <dspbridge/sync.h>
|
||||||
|
|
||||||
|
@ -27,9 +27,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/drv.h>
|
#include <dspbridge/drv.h>
|
||||||
#include <dspbridge/sync.h>
|
#include <dspbridge/sync.h>
|
||||||
|
@ -21,9 +21,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- Platform Manager */
|
/* ----------------------------------- Platform Manager */
|
||||||
#include <dspbridge/dev.h>
|
#include <dspbridge/dev.h>
|
||||||
#include <dspbridge/drv.h>
|
#include <dspbridge/drv.h>
|
||||||
|
@ -23,9 +23,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- This */
|
/* ----------------------------------- This */
|
||||||
#include <dspbridge/uuidutil.h>
|
#include <dspbridge/uuidutil.h>
|
||||||
|
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
/*
|
|
||||||
* dbc.h
|
|
||||||
*
|
|
||||||
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
|
|
||||||
*
|
|
||||||
* "Design by Contract" programming macros.
|
|
||||||
*
|
|
||||||
* Notes:
|
|
||||||
* Requires that the GT->ERROR function has been defaulted to a valid
|
|
||||||
* error handler for the given execution environment.
|
|
||||||
*
|
|
||||||
* Does not require that GT_init() be called.
|
|
||||||
*
|
|
||||||
* 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 DBC_
|
|
||||||
#define DBC_
|
|
||||||
|
|
||||||
#endif /* DBC_ */
|
|
@ -24,9 +24,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/sync.h>
|
#include <dspbridge/sync.h>
|
||||||
|
|
||||||
|
@ -35,9 +35,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/sync.h>
|
#include <dspbridge/sync.h>
|
||||||
|
|
||||||
|
@ -30,9 +30,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- Platform Manager */
|
/* ----------------------------------- Platform Manager */
|
||||||
/* Include appropriate loader header file */
|
/* Include appropriate loader header file */
|
||||||
#include <dspbridge/dbll.h>
|
#include <dspbridge/dbll.h>
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
#include <dspbridge/gh.h>
|
#include <dspbridge/gh.h>
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
|
@ -24,9 +24,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- Platform Manager */
|
/* ----------------------------------- Platform Manager */
|
||||||
#include <dspbridge/cod.h>
|
#include <dspbridge/cod.h>
|
||||||
#include <dspbridge/drv.h>
|
#include <dspbridge/drv.h>
|
||||||
|
@ -28,9 +28,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/sync.h>
|
#include <dspbridge/sync.h>
|
||||||
|
|
||||||
|
@ -24,9 +24,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/ntfy.h>
|
#include <dspbridge/ntfy.h>
|
||||||
|
|
||||||
|
@ -23,9 +23,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- Platform Manager */
|
/* ----------------------------------- Platform Manager */
|
||||||
#include <dspbridge/dev.h>
|
#include <dspbridge/dev.h>
|
||||||
|
|
||||||
|
@ -23,9 +23,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- Bridge Driver */
|
/* ----------------------------------- Bridge Driver */
|
||||||
#include <dspbridge/dspdefs.h>
|
#include <dspbridge/dspdefs.h>
|
||||||
|
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- Platform Manager */
|
/* ----------------------------------- Platform Manager */
|
||||||
#include <dspbridge/cod.h>
|
#include <dspbridge/cod.h>
|
||||||
|
@ -24,9 +24,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/sync.h>
|
#include <dspbridge/sync.h>
|
||||||
|
|
||||||
|
@ -24,9 +24,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- This */
|
/* ----------------------------------- This */
|
||||||
#include <dspbridge/drv.h>
|
#include <dspbridge/drv.h>
|
||||||
#include <dspbridge/dev.h>
|
#include <dspbridge/dev.h>
|
||||||
|
@ -30,9 +30,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/clk.h>
|
#include <dspbridge/clk.h>
|
||||||
|
|
||||||
|
@ -23,9 +23,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- Platform Manager */
|
/* ----------------------------------- Platform Manager */
|
||||||
#include <dspbridge/drv.h>
|
#include <dspbridge/drv.h>
|
||||||
#include <dspbridge/dev.h>
|
#include <dspbridge/dev.h>
|
||||||
|
@ -26,9 +26,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/sync.h>
|
#include <dspbridge/sync.h>
|
||||||
|
|
||||||
|
@ -22,8 +22,6 @@
|
|||||||
|
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* Platform manager */
|
/* Platform manager */
|
||||||
#include <dspbridge/cod.h>
|
#include <dspbridge/cod.h>
|
||||||
#include <dspbridge/dev.h>
|
#include <dspbridge/dev.h>
|
||||||
|
@ -26,9 +26,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/memdefs.h>
|
#include <dspbridge/memdefs.h>
|
||||||
#include <dspbridge/proc.h>
|
#include <dspbridge/proc.h>
|
||||||
|
@ -25,9 +25,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/ntfy.h>
|
#include <dspbridge/ntfy.h>
|
||||||
#include <dspbridge/sync.h>
|
#include <dspbridge/sync.h>
|
||||||
|
@ -46,9 +46,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- This */
|
/* ----------------------------------- This */
|
||||||
#include <dspbridge/rmm.h>
|
#include <dspbridge/rmm.h>
|
||||||
|
|
||||||
|
@ -24,9 +24,6 @@
|
|||||||
/* ----------------------------------- DSP/BIOS Bridge */
|
/* ----------------------------------- DSP/BIOS Bridge */
|
||||||
#include <dspbridge/dbdefs.h>
|
#include <dspbridge/dbdefs.h>
|
||||||
|
|
||||||
/* ----------------------------------- Trace & Debug */
|
|
||||||
#include <dspbridge/dbc.h>
|
|
||||||
|
|
||||||
/* ----------------------------------- OS Adaptation Layer */
|
/* ----------------------------------- OS Adaptation Layer */
|
||||||
#include <dspbridge/sync.h>
|
#include <dspbridge/sync.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user