]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dw_dmac: remove inline marking of EXPORT_SYMBOL functions
authorDenis Efremov <yefremov.denis@gmail.com>
Thu, 9 May 2013 09:19:40 +0000 (13:19 +0400)
committerVinod Koul <vinod.koul@intel.com>
Wed, 12 Jun 2013 02:18:53 +0000 (07:48 +0530)
commitfbce12a40fa93743a5dbca1164becad18e4886b7
treea08e6e1e3f76b8564817b8248c2432c04b92beb2
parent5e9c49a99d25dd60eaadc0c4790bcb0af5b5099e
dw_dmac: 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>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw_dmac.c