From: Stephen Warren Date: Thu, 7 Jun 2012 23:58:31 +0000 (-0600) Subject: ASoC: tegra: add MODULE_DEVICE_TABLE to tegra30_ahub X-Git-Tag: v3.5-rc3~21^2~11 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=69c5b7530651c8e375d2fbecd157a9a9a20c4cc9;p=~emulex%2Finfiniband.git ASoC: tegra: add MODULE_DEVICE_TABLE to tegra30_ahub This allows the module to automatically load when instantiated from device tree. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- diff --git a/sound/soc/tegra/tegra30_ahub.c b/sound/soc/tegra/tegra30_ahub.c index 57cd419f743..f43edb364a1 100644 --- a/sound/soc/tegra/tegra30_ahub.c +++ b/sound/soc/tegra/tegra30_ahub.c @@ -629,3 +629,4 @@ MODULE_AUTHOR("Stephen Warren "); MODULE_DESCRIPTION("Tegra30 AHUB driver"); MODULE_LICENSE("GPL v2"); MODULE_ALIAS("platform:" DRV_NAME); +MODULE_DEVICE_TABLE(of, tegra30_ahub_of_match);