drivers/media: Add module.h to all files using it implicitly

A pending cleanup will mean that module.h won't be implicitly
everywhere anymore.  Make sure the modular drivers in clocksource
are actually calling out for <module.h> explicitly in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
这个提交包含在:
Paul Gortmaker
2011-07-03 14:03:12 -04:00
父节点 35a246363e
当前提交 7a707b8920
修改 144 个文件,包含 144 行新增0 行删除

查看文件

@@ -1,4 +1,5 @@
#include <media/rc-map.h>
#include <linux/module.h>
static struct rc_map_table twinhan_vp1027[] = {
{ 0x16, KEY_POWER2 },