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>
This commit is contained in:
parent
28d31374d6
commit
d90ed81ac4
|
@ -28,11 +28,6 @@
|
||||||
#ifndef __DGNC_KCOMPAT_H
|
#ifndef __DGNC_KCOMPAT_H
|
||||||
#define __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)
|
#if !defined(TTY_FLIPBUF_SIZE)
|
||||||
# define TTY_FLIPBUF_SIZE 512
|
# define TTY_FLIPBUF_SIZE 512
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue