fix compilation by remove duplicate definition
authorarron.wang <arron.wang@intel.com>
Thu, 26 Jul 2012 07:28:23 +0000 (15:28 +0800)
committerarron.wang <arron.wang@intel.com>
Thu, 26 Jul 2012 07:28:38 +0000 (15:28 +0800)
genl_dump_check_consistent is defined in include/net/genetlink.h
which is added in commit d083afe6ad8bb7f438f81ba801483f4b719e3223

ti-wlan/wl12xx-compat/include/linux/compat-3.1.h

index be68c81..855490e 100644 (file)
@@ -22,8 +22,6 @@
 #define br_port_exists(dev)    (dev->br_port)
 #endif
 
-#define genl_dump_check_consistent(cb, user_hdr, family)
-
 #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(3,1,0)) */
 
 #endif /* LINUX_3_1_COMPAT_H */