summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/rmgr/mgr.c
diff options
context:
space:
mode:
authorIvan Gomez Castellanos <ivan.gomez@ti.com>2010-08-25 17:09:03 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-31 11:23:16 -0700
commit220344f25418b698f01e2e6e4b6eb00b7cfa21ef (patch)
tree56fcfa24be7809a1d9e9056fd71100f59de46daa /drivers/staging/tidspbridge/rmgr/mgr.c
parentb87561f7485f4d5c961079184f1f545ce6537f65 (diff)
downloadop-kernel-dev-220344f25418b698f01e2e6e4b6eb00b7cfa21ef.zip
op-kernel-dev-220344f25418b698f01e2e6e4b6eb00b7cfa21ef.tar.gz
staging: tidspbridge: Remove cfg.c and cfg.h files
So far, the cfg.c file is empty, and the function prototypes in cfg.h are not used in any place. So they can be removed. Signed-off-by: Ivan Gomez Castellanos <ivan.gomez@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/rmgr/mgr.c')
-rw-r--r--drivers/staging/tidspbridge/rmgr/mgr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/rmgr/mgr.c b/drivers/staging/tidspbridge/rmgr/mgr.c
index 48702bb..0ea89a1 100644
--- a/drivers/staging/tidspbridge/rmgr/mgr.c
+++ b/drivers/staging/tidspbridge/rmgr/mgr.c
@@ -20,6 +20,9 @@
#include <linux/types.h>
+/* ----------------------------------- Host OS */
+#include <dspbridge/host_os.h>
+
/* ----------------------------------- DSP/BIOS Bridge */
#include <dspbridge/dbdefs.h>
@@ -27,7 +30,6 @@
#include <dspbridge/dbc.h>
/* ----------------------------------- OS Adaptation Layer */
-#include <dspbridge/cfg.h>
#include <dspbridge/sync.h>
/* ----------------------------------- Others */
OpenPOWER on IntegriCloud