Commit 95624b2d authored by Omar Ramirez Luna's avatar Omar Ramirez Luna Committed by Greg Kroah-Hartman

staging: tidspbridge: bind driver name to device name

Since the device name has changed use the new name to
bind the driver to it.
Signed-off-by: default avatarOmar Ramirez Luna <omar.ramirez@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b3164c71
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
#include <mach-omap2/omap3-opp.h> #include <mach-omap2/omap3-opp.h>
#endif #endif
#define BRIDGE_NAME "C6410"
/* ----------------------------------- Globals */ /* ----------------------------------- Globals */
#define DRIVER_NAME "DspBridge" #define DRIVER_NAME "DspBridge"
#define DSPBRIDGE_VERSION "0.3" #define DSPBRIDGE_VERSION "0.3"
...@@ -465,7 +464,7 @@ static int BRIDGE_RESUME(struct platform_device *pdev) ...@@ -465,7 +464,7 @@ static int BRIDGE_RESUME(struct platform_device *pdev)
static struct platform_driver bridge_driver = { static struct platform_driver bridge_driver = {
.driver = { .driver = {
.name = BRIDGE_NAME, .name = "omap-dsp",
}, },
.probe = omap34_xx_bridge_probe, .probe = omap34_xx_bridge_probe,
.remove = __devexit_p(omap34_xx_bridge_remove), .remove = __devexit_p(omap34_xx_bridge_remove),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment