Commit 59a69ca1 authored by Ralf Bächle's avatar Ralf Bächle

Move ax25_put_route to <net/ax25.h>.

parent dcf1b493
...@@ -410,11 +410,6 @@ static ax25_route *ax25_get_route(ax25_address *addr, struct net_device *dev) ...@@ -410,11 +410,6 @@ static ax25_route *ax25_get_route(ax25_address *addr, struct net_device *dev)
return ax25_rt; return ax25_rt;
} }
static inline void ax25_put_route(ax25_route *ax25_rt)
{
atomic_dec(&ax25_rt->ref);
}
/* /*
* Adjust path: If you specify a default route and want to connect * Adjust path: If you specify a default route and want to connect
* a target on the digipeater path but w/o having a special route * a target on the digipeater path but w/o having a special route
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment