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:
4c62ed9
)
ASoC: Add device table to SH FSI driver
author
Dzianis Kahanovich
<mahatma@bspu.unibel.by>
Fri, 17 Sep 2010 13:42:05 +0000
(16:42 +0300)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 17 Sep 2010 13:54:49 +0000
(14:54 +0100)
Signed-off-by: Dzianis Kahanovich <mahatma@eu.by>
[Modified to move the location of the table]
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/sh/fsi.c
patch
|
blob
|
history
diff --git
a/sound/soc/sh/fsi.c
b/sound/soc/sh/fsi.c
index abc6d83096093885d4bdeae9b991ae0eeeef642e..c8a8ddb245aacd6f344b5493e718f832db7b9132 100644
(file)
--- a/
sound/soc/sh/fsi.c
+++ b/
sound/soc/sh/fsi.c
@@
-1219,6
+1219,7
@@
static struct platform_device_id fsi_id_table[] = {
{ "sh_fsi", (kernel_ulong_t)&fsi1_core },
{ "sh_fsi2", (kernel_ulong_t)&fsi2_core },
};
+MODULE_DEVICE_TABLE(platform, fsi_id_table);
static struct platform_driver fsi_driver = {
.driver = {
@@
-1239,6
+1240,7
@@
static void __exit fsi_mobile_exit(void)
{
platform_driver_unregister(&fsi_driver);
}
+
module_init(fsi_mobile_init);
module_exit(fsi_mobile_exit);