[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1412277322-27823-1-git-send-email-sebastien.barre@uclouvain.be>
Date: Thu, 2 Oct 2014 21:15:22 +0200
From: Sébastien Barré
<sebastien.barre@...ouvain.be>
To: David Miller <davem@...emloft.net>
CC: Sébastien Barré
<sebastien.barre@...ouvain.be>, <netdev@...r.kernel.org>,
Christoph Paasch <christoph.paasch@...ouvain.be>,
Herbert Xu <herbert@...dor.apana.org.au>
Subject: [PATCH net-next] Removed unused inet6 address state
the inet6 state INET6_IFADDR_STATE_UP only appeared in its definition.
Cc: Christoph Paasch <christoph.paasch@...ouvain.be>
Cc: Herbert Xu <herbert@...dor.apana.org.au>
Signed-off-by: Sébastien Barré <sebastien.barre@...ouvain.be>
---
include/net/if_inet6.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h
index d07b1a6..55a8d40 100644
--- a/include/net/if_inet6.h
+++ b/include/net/if_inet6.h
@@ -35,7 +35,6 @@ enum {
INET6_IFADDR_STATE_DAD,
INET6_IFADDR_STATE_POSTDAD,
INET6_IFADDR_STATE_ERRDAD,
- INET6_IFADDR_STATE_UP,
INET6_IFADDR_STATE_DEAD,
};
--
tg: (739e4a7..) net-next/remove_unused_inet6_state (depends on: net-next/master)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists