]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
[media] rc tables: include linux/module.h
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 23 Sep 2011 18:33:27 +0000 (15:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 23 Sep 2011 18:33:27 +0000 (15:33 -0300)
Prevents errors when merging with -next:

drivers/media/rc/keymaps/rc-snapstream-firefly.c:105:16: error: expected declaration specifiers or ‘...’ before string constant
drivers/media/rc/keymaps/rc-snapstream-firefly.c:106:15: error: expected declaration specifiers or ‘...’ before string constant

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/rc/keymaps/rc-ati-x10.c
drivers/media/rc/keymaps/rc-medion-x10.c
drivers/media/rc/keymaps/rc-snapstream-firefly.c

index f3397f8ab8769a5397cbc0d9c1e669f6e72c35e8..e1b8b2605c48b6dd1a65a604a65f40c706a5a8ce 100644 (file)
@@ -23,6 +23,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include <linux/module.h>
 #include <media/rc-map.h>
 
 static struct rc_map_table ati_x10[] = {
index 5fc57468daf46fe2857d06f1f5da37fa9e8c84ca..09e2cc01d1102801d063e33dbc256e0a5a8d8f70 100644 (file)
@@ -21,6 +21,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include <linux/module.h>
 #include <media/rc-map.h>
 
 static struct rc_map_table medion_x10[] = {
index 5836aa216621b3340294847ce6485551562746cf..ef146520931c40fe19da588d41be3d6a3f00b990 100644 (file)
@@ -18,6 +18,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include <linux/module.h>
 #include <media/rc-map.h>
 
 static struct rc_map_table snapstream_firefly[] = {