commit | 4833d7f0a86fd9a44f98bedf0c639e1da070d3a0 | [log] [tgz] |
---|---|---|
author | Denis Efremov <yefremov.denis@gmail.com> | Thu May 09 14:36:53 2013 +0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Thu May 09 13:53:45 2013 -0400 |
tree | 093b245747d57ab4f131ac125cf3218cbddcd2ab | |
parent | 52fbc7796a6936dac4189f7ebda7ae7c2c813ad2 [diff] |
arch/tile: 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: Chris Metcalf <cmetcalf@tilera.com>