Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1219680
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] net: bridge: remove unnecessary switchdev include |
| Date | 2015-09-06 04:00 +0200 |
| Message-ID | <q5xpn-1ko-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Remove the unnecessary switchdev.h include from br_netlink.c. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> --- net/bridge/br_netlink.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/bridge/br_netlink.c b/net/bridge/br_netlink.c index af5e187..ea748c9 100644 --- a/net/bridge/br_netlink.c +++ b/net/bridge/br_netlink.c @@ -16,7 +16,6 @@ #include <net/rtnetlink.h> #include <net/net_namespace.h> #include <net/sock.h> -#include <net/switchdev.h> #include <uapi/linux/if_bridge.h> #include "br_private.h" -- 2.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] net: bridge: remove unnecessary switchdev include Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2015-09-06 04:00 +0200 Re: [PATCH] net: bridge: remove unnecessary switchdev include Jiri Pirko <jiri@resnulli.us> - 2015-09-06 08:40 +0200 Re: [PATCH] net: bridge: remove unnecessary switchdev include David Miller <davem@davemloft.net> - 2015-09-09 07:40 +0200
csiph-web