Commit 274b3426 authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller

[NET]: Remove unnecessary inclusion of dst.h

The file net/netevent.h only refers to struct dst_entry * so it
doesn't need to include dst.h.  I've replaced it with a forward
declaration.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 352e512c
......@@ -12,7 +12,7 @@
*/
#ifdef __KERNEL__
#include <net/dst.h>
struct dst_entry;
struct netevent_redirect {
struct dst_entry *old;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment