Re: [PATCH 6/6] [IPV6]: Remove circular dependency on if_inet6.h

2007-07-30 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Thu, 26 Jul 2007 17:09:40 +0800 > [IPV6]: Remove circular dependency on if_inet6.h > > net/if_inet6.h includes linux/ipv6.h which also tries to include > net/if_inet6.h. Since the latter only needs it for forward > declarations, we can fix this by addin

[PATCH 6/6] [IPV6]: Remove circular dependency on if_inet6.h

2007-07-26 Thread Herbert Xu
[IPV6]: Remove circular dependency on if_inet6.h net/if_inet6.h includes linux/ipv6.h which also tries to include net/if_inet6.h. Since the latter only needs it for forward declarations, we can fix this by adding the declarations. A number of files are implicitly including net/if_inet6.h through