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 <a.beregalov@xxxxxxxxx> I've already sent this patch, so I can also ack it... Acked-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> > --- > 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 <media/v4l2-ioctl.h> > #include <media/v4l2-device.h> > #include <linux/mutex.h> > +#include <linux/version.h> > > #include <asm/uaccess.h> > > -- --- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html