projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28d3137
)
staging: dgnc: Remove KERNEL_VERSION check
author
Sachin Kamat
<
[email protected]
>
Fri, 27 Sep 2013 09:50:26 +0000
(15:20 +0530)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/dgnc/dgnc_kcompat.h
b/drivers/staging/dgnc/dgnc_kcompat.h
index ed85152b0534a61385af37da9faf86e8622aa178..eaec7e6a28e131eabaae19139496be79e8422ac1 100644
(file)
--- 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