]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: ip_output: remove inline marking of EXPORT_SYMBOL functions
authorDenis Efremov <yefremov.denis@gmail.com>
Wed, 8 May 2013 23:19:42 +0000 (23:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 May 2013 23:12:44 +0000 (16:12 -0700)
commit3a172e01fee453e9ad0f8ae23bcfa6a8eed218b2
treefcd00307c7ec53f5954f26a7d79cb847d0747a11
parentd3814e267f86a34d24b80cf5a991be66654a20b7
ipv4: ip_output: remove inline marking of EXPORT_SYMBOL functions

EXPORT_SYMBOL and inline directives are contradictory to each other.
The patch fixes this inconsistency.

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Denis Efremov <yefremov.denis@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c