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)
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>

No differences found