diff options
author | Huang Chao <chao7.huang@samsung.com> | 2014-07-15 18:07:58 +0800 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 12:00:04 +0900 |
commit | 35adb2d62f67af015773a5d453c464a29304cbb7 (patch) | |
tree | 22e6bc3a5dfb70c9b7cf1e01427a5be4405c6768 /sound | |
parent | 80a781817b4107f31a3becb083938d1d67c7bd28 (diff) | |
download | linux-3.10-35adb2d62f67af015773a5d453c464a29304cbb7.tar.gz linux-3.10-35adb2d62f67af015773a5d453c464a29304cbb7.tar.bz2 linux-3.10-35adb2d62f67af015773a5d453c464a29304cbb7.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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/samsung/odroidx2_max98090.c | 2 |
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) { |