From: Hauke Mehrtens Date: Tue, 16 Feb 2010 21:03:00 +0000 (+0100) Subject: compat: backport genlmsg_unicast X-Git-Tag: compat-linux-2.6.34.y~26 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=deee4e7e0247b9180f4f7f4b76d6c3efc45de2b2;p=~emulex%2Ftmp%2Fcompat%2F.git compat: backport genlmsg_unicast Signed-off-by: Hauke Mehrtens --- 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 #include #include +#include #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)