Skip to content

Commit

Permalink
[media] rc tables: include linux/module.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 23, 2011
1 parent 1f28291 commit 547d42e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/rc/keymaps/rc-ati-x10.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down
1 change: 1 addition & 0 deletions drivers/media/rc/keymaps/rc-medion-x10.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down
1 change: 1 addition & 0 deletions drivers/media/rc/keymaps/rc-snapstream-firefly.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 547d42e

Please sign in to comment.