ASoC: samsung: fix module_device_table
authorArnd Bergmann <arnd@arndb.de>
Thu, 11 Apr 2013 00:05:03 +0000 (02:05 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 11 Apr 2013 16:51:30 +0000 (17:51 +0100)
The second argument to the module_device_table macro must be the
name of the device id array. In the samsung i2s driver, there
was a small typo, resulting in a build error when building it
as a loadable module.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found