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)
commit2af1955848dffad480120a494fc39ae99e7580ba
treebc6eb52d56c95312cd5100b01d77ba541c973c95
parentcb00e3a16dc60618c1ce56882e8bde1ad55069d9
ASoC: samsung: fix module_device_table

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>
sound/soc/samsung/i2s.c
This page took 0.024626 seconds and 5 git commands to generate.