Browse Source

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 <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Stephen Warren 13 years ago
parent
commit
69c5b75306
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/soc/tegra/tegra30_ahub.c

+ 1 - 0
sound/soc/tegra/tegra30_ahub.c

@@ -629,3 +629,4 @@ MODULE_AUTHOR("Stephen Warren <swarren@nvidia.com>");
 MODULE_DESCRIPTION("Tegra30 AHUB driver");
 MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("platform:" DRV_NAME);
+MODULE_DEVICE_TABLE(of, tegra30_ahub_of_match);