Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220150
b: refs/heads/master
c: 95624b2
h: refs/heads/master
v: v3
  • Loading branch information
Omar Ramirez Luna authored and Greg Kroah-Hartman committed Oct 7, 2010
1 parent 087f1bb commit ca5bbde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b3164c71e27e58ef1c0b679e816d643cc1a1553e
refs/heads/master: 95624b2d75617bd16ffe4d698b645f468fbd0f20
3 changes: 1 addition & 2 deletions trunk/drivers/staging/tidspbridge/rmgr/drv_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
#include <mach-omap2/omap3-opp.h>
#endif

#define BRIDGE_NAME "C6410"
/* ----------------------------------- Globals */
#define DRIVER_NAME "DspBridge"
#define DSPBRIDGE_VERSION "0.3"
Expand Down Expand Up @@ -465,7 +464,7 @@ static int BRIDGE_RESUME(struct platform_device *pdev)

static struct platform_driver bridge_driver = {
.driver = {
.name = BRIDGE_NAME,
.name = "omap-dsp",
},
.probe = omap34_xx_bridge_probe,
.remove = __devexit_p(omap34_xx_bridge_remove),
Expand Down

0 comments on commit ca5bbde

Please sign in to comment.