X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Flinux%2Fcompat%2Finclude%2Flinux%2Fgenetlink.h;h=8b894be38ceadcbdcc0e88f903b252feea36f8a1;hb=699fec8cc02d2e2a367e64e89f5c64b902d3555a;hp=f7b96d967c6f53c60c68fe004bda84bd147e21bb;hpb=20d035b27559fe3823a09d72293c81281d3516c4;p=openvswitch diff --git a/datapath/linux/compat/include/linux/genetlink.h b/datapath/linux/compat/include/linux/genetlink.h index f7b96d96..8b894be3 100644 --- a/datapath/linux/compat/include/linux/genetlink.h +++ b/datapath/linux/compat/include/linux/genetlink.h @@ -1,18 +1,18 @@ #ifndef __GENETLINK_WRAPPER_H #define __GENETLINK_WRAPPER_H 1 +#include #include_next +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,3,0) #ifdef CONFIG_PROVE_LOCKING -/* No version of the kernel has this function, but our locking scheme depends - * on genl_mutex so for clarity we use it where appropriate. */ static inline int lockdep_genl_is_held(void) { return 1; } #endif +#endif -/* This is also not upstream yet. */ #ifndef genl_dereference #include