Merge tag 'v4.3-rc1' into MTD -next development
[deliverable/linux.git] / sound / soc / codecs / ics43432.c
index d217fed8b4234c3f543a2fba77b274c3e683ed36..dd850b93938d53737fe222e3e8c3b0dfee834280 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2015 Axis Communications AB
  *
- * Licensed under GPL2.
+ * Licensed under GPL v2.
  */
 
 #include <linux/module.h>
@@ -57,7 +57,7 @@ static const struct of_device_id ics43432_ids[] = {
        { .compatible = "invensense,ics43432", },
        { }
 };
-MODULE_DEVICE_TABLE(of, ics43432_dt_ids);
+MODULE_DEVICE_TABLE(of, ics43432_ids);
 #endif
 
 static struct platform_driver ics43432_driver = {
@@ -73,4 +73,4 @@ module_platform_driver(ics43432_driver);
 
 MODULE_DESCRIPTION("ASoC ICS43432 driver");
 MODULE_AUTHOR("Ricard Wanderlof <ricardw@axis.com>");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
This page took 0.035742 seconds and 5 git commands to generate.