diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:08 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:08 +0200 |
commit | 8cb636b1a181cc2c644ce5a03b4efa464c2c6348 (patch) | |
tree | 9d551f8b9ba4ca111399f2c8a929365439654d0c /sound/soc/fsl/fsl_spdif.c | |
parent | 27cbfa122acb489bd7aec42867a3c65264c62a41 (diff) | |
download | op-kernel-dev-8cb636b1a181cc2c644ce5a03b4efa464c2c6348.zip op-kernel-dev-8cb636b1a181cc2c644ce5a03b4efa464c2c6348.tar.gz |
ASoC: fsl: drop owner assignment from platform_drivers
A 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>
Diffstat (limited to 'sound/soc/fsl/fsl_spdif.c')
-rw-r--r-- | sound/soc/fsl/fsl_spdif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index 9b79162..af042942 100644 --- a/sound/soc/fsl/fsl_spdif.c +++ b/sound/soc/fsl/fsl_spdif.c @@ -1283,7 +1283,6 @@ MODULE_DEVICE_TABLE(of, fsl_spdif_dt_ids); static struct platform_driver fsl_spdif_driver = { .driver = { .name = "fsl-spdif-dai", - .owner = THIS_MODULE, .of_match_table = fsl_spdif_dt_ids, }, .probe = fsl_spdif_probe, |