From: Paul Gortmaker Date: Tue, 8 Nov 2011 19:56:50 +0000 (-0500) Subject: drivers/media: video/a5k6aa is a module and so needs module.h X-Git-Tag: next-20111109~3^2 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=6aec187a90aeb883533c9180e2acac1e54c87f7d;p=karo-tx-linux.git drivers/media: video/a5k6aa is a module and so needs module.h This file uses core functions like module_init() and module_exit() and so it explicitly needs to include the module.h header. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/media/video/s5k6aa.c b/drivers/media/video/s5k6aa.c index 2446736b7871..0df7f2a41814 100644 --- a/drivers/media/video/s5k6aa.c +++ b/drivers/media/video/s5k6aa.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include