|
@@ -2,6 +2,7 @@
|
|
* kirkwood-i2s.c
|
|
* kirkwood-i2s.c
|
|
*
|
|
*
|
|
* (c) 2010 Arnaud Patard <apatard@mandriva.com>
|
|
* (c) 2010 Arnaud Patard <apatard@mandriva.com>
|
|
|
|
+ * (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.org>
|
|
*
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms of the GNU General Public License as published by the
|
|
* under the terms of the GNU General Public License as published by the
|
|
@@ -495,7 +496,7 @@ static void __exit kirkwood_i2s_exit(void)
|
|
module_exit(kirkwood_i2s_exit);
|
|
module_exit(kirkwood_i2s_exit);
|
|
|
|
|
|
/* Module information */
|
|
/* Module information */
|
|
-MODULE_AUTHOR("Arnaud Patard, <apatard@mandriva.com>");
|
|
|
|
|
|
+MODULE_AUTHOR("Arnaud Patard, <arnaud.patard@rtp-net.org>");
|
|
MODULE_DESCRIPTION("Kirkwood I2S SoC Interface");
|
|
MODULE_DESCRIPTION("Kirkwood I2S SoC Interface");
|
|
MODULE_LICENSE("GPL");
|
|
MODULE_LICENSE("GPL");
|
|
MODULE_ALIAS("platform:kirkwood-i2s");
|
|
MODULE_ALIAS("platform:kirkwood-i2s");
|