Commit c6b223b1899f97736b4bee5535ffc76e846c2bf2

Authored by Sachin Kamat
Committed by Greg Kroah-Hartman
1 parent 559a4c318c

staging: gdm724x: Remove version.h header inclusion in netlink_k.c

version.h header inclusion is not necessary as detected by
versioncheck.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/staging/gdm724x/netlink_k.c
... ... @@ -13,7 +13,6 @@
13 13  
14 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
15 15  
16   -#include <linux/version.h>
17 16 #include <linux/export.h>
18 17 #include <linux/etherdevice.h>
19 18 #include <linux/netlink.h>