]> Pileus Git - ~andy/linux/commitdiff
staging: dgnc: Remove KERNEL_VERSION check
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 27 Sep 2013 09:50:26 +0000 (15:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2013 01:47:00 +0000 (18:47 -0700)
This check is not required.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_kcompat.h

index ed85152b0534a61385af37da9faf86e8622aa178..eaec7e6a28e131eabaae19139496be79e8422ac1 100644 (file)
 #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