Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219638
b: refs/heads/master
c: bd5dc30
h: refs/heads/master
v: v3
  • Loading branch information
Ivan Gomez Castellanos authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent 7ae2606 commit 011310e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 114 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 220344f25418b698f01e2e6e4b6eb00b7cfa21ef
refs/heads/master: bd5dc30e3ee68f0aa6c1e282d88740f2d1fa909a
1 change: 0 additions & 1 deletion trunk/drivers/staging/tidspbridge/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
obj-$(CONFIG_TIDSPBRIDGE) += bridgedriver.o

libgen = gen/gb.o gen/gs.o gen/gh.o gen/uuidutil.o
libservices = services/services.o
libcore = core/chnl_sm.o core/msg_sm.o core/io_sm.o core/tiomap3430.o \
core/tiomap3430_pwr.o core/tiomap_io.o \
core/ue_deh.o core/wdt.o core/dsp-clock.o core/sync.o
Expand Down
50 changes: 0 additions & 50 deletions trunk/drivers/staging/tidspbridge/include/dspbridge/services.h

This file was deleted.

1 change: 0 additions & 1 deletion trunk/drivers/staging/tidspbridge/pmgr/dspapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

/* ----------------------------------- OS Adaptation Layer */
#include <dspbridge/ntfy.h>
#include <dspbridge/services.h>

/* ----------------------------------- Platform Manager */
#include <dspbridge/chnl.h>
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/tidspbridge/rmgr/drv_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <dspbridge/dbc.h>

/* ----------------------------------- OS Adaptation Layer */
#include <dspbridge/services.h>
#include <dspbridge/clk.h>
#include <dspbridge/sync.h>

Expand Down Expand Up @@ -270,7 +269,6 @@ static int omap3_bridge_startup(struct platform_device *pdev)
#endif

dsp_clk_init();
services_init();

drv_datap = kzalloc(sizeof(struct drv_data), GFP_KERNEL);
if (!drv_datap) {
Expand Down Expand Up @@ -327,7 +325,6 @@ static int omap3_bridge_startup(struct platform_device *pdev)
CPUFREQ_TRANSITION_NOTIFIER);
#endif
dsp_clk_exit();
services_exit();

return err;
}
Expand Down Expand Up @@ -420,7 +417,6 @@ static int __devexit omap34_xx_bridge_remove(struct platform_device *pdev)
mem_ext_phys_pool_release();

dsp_clk_exit();
services_exit();

devno = MKDEV(driver_major, 0);
cdev_del(&bridge_cdev);
Expand Down
57 changes: 0 additions & 57 deletions trunk/drivers/staging/tidspbridge/services/services.c

This file was deleted.

0 comments on commit 011310e

Please sign in to comment.