diff options
| -rw-r--r-- | sound/soc/fsl/imx-sgtl5000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-sgtl5000.c b/sound/soc/fsl/imx-sgtl5000.c index 6f4bdc89ae3c..ed6ba1eba557 100644 --- a/sound/soc/fsl/imx-sgtl5000.c +++ b/sound/soc/fsl/imx-sgtl5000.c | |||
| @@ -204,6 +204,7 @@ static struct platform_driver imx_sgtl5000_driver = { | |||
| 204 | .of_match_table = imx_sgtl5000_dt_ids, | 204 | .of_match_table = imx_sgtl5000_dt_ids, |
| 205 | }, | 205 | }, |
| 206 | .probe = imx_sgtl5000_probe, | 206 | .probe = imx_sgtl5000_probe, |
| 207 | .remove = imx_sgtl5000_remove, | ||
| 207 | }; | 208 | }; |
| 208 | module_platform_driver(imx_sgtl5000_driver); | 209 | module_platform_driver(imx_sgtl5000_driver); |
| 209 | 210 | ||
