ipv4: Make inet_sock.h independent of route.h
authorKOVACS Krisztian <hidden@sch.bme.hu>
Wed, 1 Oct 2008 14:33:10 +0000 (07:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Oct 2008 14:33:10 +0000 (07:33 -0700)
commit1668e010cbe1a7567c81d4c02d31dde9859e9da1
treef3505d22a93ed9a4b6140a7f98a9d4cc2c1f66e9
parentb9fb15067ce93497bef852c05e406d7a96212a9a
ipv4: Make inet_sock.h independent of route.h

inet_iif() in inet_sock.h requires route.h. Since users of inet_iif()
usually require other route.h functionality anyway this patch moves
inet_iif() to route.h.

Signed-off-by: KOVACS Krisztian <hidden@sch.bme.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_sock.h
include/net/ip_vs.h
include/net/route.h
net/ipv4/netfilter/nf_nat_helper.c
net/ipv6/af_inet6.c