commit | 2fbd967973ae6ae1a989f5638da8bbed93cad2c5 | [log] [tgz] |
---|---|---|
author | Denis Efremov <yefremov.denis@gmail.com> | Wed May 08 23:19:42 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat May 11 16:12:44 2013 -0700 |
tree | fcd00307c7ec53f5954f26a7d79cb847d0747a11 | |
parent | 7677fc965fba41d1386fa3b76a1f00303f02bb2d [diff] |
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>