Message ID | 1354517071-1003-1-git-send-email-sachin.kamat@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Sachin, On 12/03/2012 07:44 AM, Sachin Kamat wrote: > versioncheck script complains about missing linux/version.h header > file. > > Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org> Thank you for the patch. I've applied it to my tree for v3.9. Sylwester -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/media/platform/s3c-camif/camif-core.c b/drivers/media/platform/s3c-camif/camif-core.c index 0dd6537..37c9b6f 100644 --- a/drivers/media/platform/s3c-camif/camif-core.c +++ b/drivers/media/platform/s3c-camif/camif-core.c @@ -27,6 +27,7 @@ #include <linux/pm_runtime.h> #include <linux/slab.h> #include <linux/types.h> +#include <linux/version.h> #include <media/media-device.h> #include <media/v4l2-ctrls.h>
versioncheck script complains about missing linux/version.h header file. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- drivers/media/platform/s3c-camif/camif-core.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)