On Fri, Sep 27, 2013 at 5:50 AM, Sachin Kamat <sachin.ka...@linaro.org> wrote:
> This check is not required.
>
> Signed-off-by: Sachin Kamat <sachin.ka...@linaro.org>
> Cc: Lidza Louina <lidza.lou...@gmail.com>
> ---
>  drivers/staging/dgnc/dgnc_kcompat.h |    5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/drivers/staging/dgnc/dgnc_kcompat.h 
> b/drivers/staging/dgnc/dgnc_kcompat.h
> index ed85152..eaec7e6 100644
> --- a/drivers/staging/dgnc/dgnc_kcompat.h
> +++ b/drivers/staging/dgnc/dgnc_kcompat.h
> @@ -28,11 +28,6 @@
>  #ifndef __DGNC_KCOMPAT_H
>  #define __DGNC_KCOMPAT_H
>
> -# ifndef KERNEL_VERSION
> -#  define KERNEL_VERSION(a,b,c)  (((a) << 16) + ((b) << 8) + (c))
> -# endif
> -
> -
>  #if !defined(TTY_FLIPBUF_SIZE)
>  # define TTY_FLIPBUF_SIZE 512
>  #endif
> --
> 1.7.9.5
>

This looks great. Thanks. :)

Lidza
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to