projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97bf6af
)
ASoC: omap: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Sun, 21 Dec 2014 21:14:46 +0000
(22:14 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 22 Dec 2014 12:01:50 +0000
(12:01 +0000)
This platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/omap/omap-hdmi-audio.c
patch
|
blob
|
history
diff --git
a/sound/soc/omap/omap-hdmi-audio.c
b/sound/soc/omap/omap-hdmi-audio.c
index 3f9ac7dbdc80141e15737105b8c29a0f5317caba..ccfb41c22e53b11cedbf5d8272a56a757ad283d1 100644
(file)
--- a/
sound/soc/omap/omap-hdmi-audio.c
+++ b/
sound/soc/omap/omap-hdmi-audio.c
@@
-393,7
+393,6
@@
static int omap_hdmi_audio_remove(struct platform_device *pdev)
static struct platform_driver hdmi_audio_driver = {
.driver = {
.name = DRV_NAME,
- .owner = THIS_MODULE,
},
.probe = omap_hdmi_audio_probe,
.remove = omap_hdmi_audio_remove,