staging: dgnc: Remove KERNEL_VERSION check
authorSachin Kamat <[email protected]>
Fri, 27 Sep 2013 09:50:26 +0000 (15:20 +0530)
committerGreg Kroah-Hartman <[email protected]>
Tue, 1 Oct 2013 01:47:00 +0000 (18:47 -0700)
This check is not required.

Signed-off-by: Sachin Kamat <[email protected]>
Acked-by: Lidza Louina <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
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