提交 274b3426 编写于 作者: H Herbert Xu 提交者: 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: NHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册