Re: [PATCH] V4L/DVB: pms: KERNEL_VERSION requires version.h

2009-12-03 Thread Randy Dunlap
On Thu,  3 Dec 2009 12:48:27 +0300 Alexander Beregalov wrote:

> Fix this build error:
> drivers/media/video/pms.c:682: error: implicit declaration of function 
> 'KERNEL_VERSION'
> 
> Signed-off-by: Alexander Beregalov 

I've already sent this patch, so I can also ack it...

Acked-by: Randy Dunlap 


> ---
>  drivers/media/video/pms.c |1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/media/video/pms.c b/drivers/media/video/pms.c
> index 00228d5..a118bb1 100644
> --- a/drivers/media/video/pms.c
> +++ b/drivers/media/video/pms.c
> @@ -35,6 +35,7 @@
>  #include 
>  #include 
>  #include 
> +#include 
>  
>  #include 
>  
> -- 


---
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] V4L/DVB: pms: KERNEL_VERSION requires version.h

2009-12-03 Thread Alexander Beregalov
Fix this build error:
drivers/media/video/pms.c:682: error: implicit declaration of function 
'KERNEL_VERSION'

Signed-off-by: Alexander Beregalov 
---
 drivers/media/video/pms.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/pms.c b/drivers/media/video/pms.c
index 00228d5..a118bb1 100644
--- a/drivers/media/video/pms.c
+++ b/drivers/media/video/pms.c
@@ -35,6 +35,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 
-- 
1.6.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html