Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- include/linux/compat-2.6.32.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linux/compat-2.6.32.h b/include/linux/compat-2.6.32.h index 11060d8..2f5013f 100644 --- a/include/linux/compat-2.6.32.h +++ b/include/linux/compat-2.6.32.h @@ -9,6 +9,7 @@ #include <linux/compat.h> #include <net/iw_handler.h> #include <linux/workqueue.h> +#include <net/genetlink.h> #define SDIO_VENDOR_ID_INTEL 0x0089 #define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX 0x1402 @@ -47,6 +48,7 @@ static inline void flush_delayed_work(struct delayed_work *dwork) /* net namespace is lost */ #define genlmsg_multicast_netns(a, b, c, d, e) genlmsg_multicast(b, c, d, e) #define genlmsg_multicast_allns(a, b, c, d) genlmsg_multicast(a, b, c, d) +#define genlmsg_unicast(net, skb, pid) genlmsg_unicast(skb, pid) #define dev_change_net_namespace(a, b, c) (-EOPNOTSUPP) -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html