From: Sean Hefty Date: Sun, 18 Jun 2006 03:37:28 +0000 (-0700) Subject: [NET]: Export ip_dev_find() X-Git-Tag: v2.6.18-rc1~1110^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1e8733e557bb390e13aa00ef044a6022c8d0bb2;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [NET]: Export ip_dev_find() Export ip_dev_find() to allow locating a net_device given an IP address. Signed-off-by: Sean Hefty Signed-off-by: Roland Dreier --- diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index cdde963..31387ab 100644 --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c @@ -666,3 +666,4 @@ void __init ip_fib_init(void) } EXPORT_SYMBOL(inet_addr_type); +EXPORT_SYMBOL(ip_dev_find);