From 5a2747bcf89d0d751acab39a26a355218f153c8b Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 21 Aug 2007 12:38:39 -0300 Subject: Cleanup: remove linux/moduleparam.h from drivers/media files From: Mauro Carvalho Chehab Since at least kernel 2.6.12-rc2, module.h includes moduleparm.h. This patch removes all occurences of moduleparm.h from drivers/media files. Signed-off-by: Mauro Carvalho Chehab --- v4l/compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'v4l/compat.h') diff --git a/v4l/compat.h b/v4l/compat.h index 05bada3bc..4c7ee52a0 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -14,6 +14,7 @@ #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) +# include # include # define need_resched() (current->need_resched) # define work_struct tq_struct -- cgit v1.2.3