aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/pmgr
diff options
context:
space:
mode:
authorIvan Gomez Castellanos <ivan.gomez@ti.com>2010-08-25 18:09:04 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-31 14:23:17 -0400
commitbd5dc30e3ee68f0aa6c1e282d88740f2d1fa909a (patch)
tree488b6104f89717c5050302d41053ae44eb72693d /drivers/staging/tidspbridge/pmgr
parent220344f25418b698f01e2e6e4b6eb00b7cfa21ef (diff)
staging: tidspbridge: Remove services.c and services.h
The services_init() and services_exit() functions don't do anything, so they are removed, and as these are the only two functions defined in services.c and services.h, then these files are also 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/pmgr')
-rw-r--r--drivers/staging/tidspbridge/pmgr/dspapi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/pmgr/dspapi.c b/drivers/staging/tidspbridge/pmgr/dspapi.c
index 10a14441eec..b23591b0f41 100644
--- a/drivers/staging/tidspbridge/pmgr/dspapi.c
+++ b/drivers/staging/tidspbridge/pmgr/dspapi.c
@@ -29,7 +29,6 @@
29 29
30/* ----------------------------------- OS Adaptation Layer */ 30/* ----------------------------------- OS Adaptation Layer */
31#include <dspbridge/ntfy.h> 31#include <dspbridge/ntfy.h>
32#include <dspbridge/services.h>
33 32
34/* ----------------------------------- Platform Manager */ 33/* ----------------------------------- Platform Manager */
35#include <dspbridge/chnl.h> 34#include <dspbridge/chnl.h>