projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff1ec2
)
ASoC: tegra: add MODULE_DEVICE_TABLE to tegra30_ahub
author
Stephen Warren
<swarren@nvidia.com>
Thu, 7 Jun 2012 23:58:31 +0000
(17:58 -0600)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 8 Jun 2012 00:49:30 +0000
(08:49 +0800)
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>
sound/soc/tegra/tegra30_ahub.c
patch
|
blob
|
history
diff --git
a/sound/soc/tegra/tegra30_ahub.c
b/sound/soc/tegra/tegra30_ahub.c
index 57cd419f743ec5ee7a84f24ed0ad9532de01fd6a..f43edb364a185de5cb2f3c43aa16850a32c2236e 100644
(file)
--- a/
sound/soc/tegra/tegra30_ahub.c
+++ b/
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);