From 0518777b2d7e842576301fbdee3d0a39e0f08470 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 27 Aug 2017 22:20:01 +0000 Subject: [PATCH] iscsi-scst: Suppress a recently introduced compiler warning git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7222 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/event.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iscsi-scst/kernel/event.c b/iscsi-scst/kernel/event.c index 8c0bc74be..6a1518d3a 100644 --- a/iscsi-scst/kernel/event.c +++ b/iscsi-scst/kernel/event.c @@ -27,6 +27,8 @@ /* See also commit 2d4bc93368f5 ("netlink: extended ACK reporting") */ #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0) +struct netlink_ext_ack; + static inline void netlink_ack_backport(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err, const struct netlink_ext_ack *extack)