summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Chao <chao7.huang@samsung.com>2014-07-15 18:07:58 +0800
committerHuang Chao <chao7.huang@samsung.com>2014-07-15 18:19:40 +0800
commit94e73bb97ae020fc56a3d048b1e68f24a034efda (patch)
tree151a3b39d8d04fa76f00c96eb01b5bc74c62f948
parent98686bf81a9bedd52bca8e73587baea5542a93ec (diff)
downloadlinux-3.10-94e73bb97ae020fc56a3d048b1e68f24a034efda.tar.gz
linux-3.10-94e73bb97ae020fc56a3d048b1e68f24a034efda.tar.bz2
linux-3.10-94e73bb97ae020fc56a3d048b1e68f24a034efda.zip
ASoC: odroidx2_max98090: Rectify module device table name
The module device table name should match the OF device id. Change-Id: I2594ab705c9a6a5e86357692cb61c62679a252ed Signed-off-by: Huang Chao <chao7.huang@samsung.com>
-rw-r--r--sound/soc/samsung/odroidx2_max98090.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/odroidx2_max98090.c b/sound/soc/samsung/odroidx2_max98090.c
index 8ce4873f098..27355a765b5 100644
--- a/sound/soc/samsung/odroidx2_max98090.c
+++ b/sound/soc/samsung/odroidx2_max98090.c
@@ -112,7 +112,7 @@ static const struct of_device_id odroidx2_audio_of_match[] = {
},
{ },
};
-MODULE_DEVICE_TABLE(of, odroid_audio_of_match);
+MODULE_DEVICE_TABLE(of, odroidx2_audio_of_match);
static int odroidx2_audio_probe(struct platform_device *pdev)
{