staging: gdm724x: Remove tests of KERNELVERSION
authorLarry Finger <Larry.Finger@lwfinger.net>
Sun, 25 Aug 2013 16:49:37 +0000 (11:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2013 16:58:36 +0000 (09:58 -0700)
commit57f1d4d39e8a284188912417a1de5ecf6469a002
tree7ffa7db6fd1a6b6497765a8bf759b7302d25d5a7
parente7c8a7e350e22bf60d94d5e9361cee29058684c1
staging: gdm724x: Remove tests of KERNELVERSION

Kernel code need not test for KERNELVERSION. Besides being unnecessary
for an in-kernel driver, these lines will cause a build failure for any
source tree with a stale include/linux/version.h.

This patch is only compile tested.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/netlink_k.c