Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: dgnc: Remove KERNEL_VERSION check

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>

authored by

Sachin Kamat and committed by
Greg Kroah-Hartman
d90ed81a 28d31374

-5
-5
drivers/staging/dgnc/dgnc_kcompat.h
··· 28 28 #ifndef __DGNC_KCOMPAT_H 29 29 #define __DGNC_KCOMPAT_H 30 30 31 - # ifndef KERNEL_VERSION 32 - # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) 33 - # endif 34 - 35 - 36 31 #if !defined(TTY_FLIPBUF_SIZE) 37 32 # define TTY_FLIPBUF_SIZE 512 38 33 #endif