mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
[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: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
352e512c32
commit
274b3426db
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
|
||||||
#include <net/dst.h>
|
struct dst_entry;
|
||||||
|
|
||||||
struct netevent_redirect {
|
struct netevent_redirect {
|
||||||
struct dst_entry *old;
|
struct dst_entry *old;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue