commit | dbebe0da64d0738a21221a7f9d29510b9f29d908 | [log] [tgz] |
---|---|---|
author | Denis Efremov <yefremov.denis@gmail.com> | Thu May 09 14:36:54 2013 +0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 19 02:09:23 2013 -0700 |
tree | 5ef8db62637abba13d0af60673225bbaf0ce03e4 | |
parent | ccd847b2c101a7e5772d0463ac76f7c18732675a [diff] |
sparc: 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>