From: Dmitry Torokhov Date: Sat, 24 Jan 2015 00:33:40 +0000 (-0800) Subject: mmc: dw_mmc: exynos: remove incorrect __exit_p() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~125^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d589edc6b41138872378bd9642d257b95834a35;p=pandora-kernel.git mmc: dw_mmc: exynos: remove incorrect __exit_p() dw_mci_pltfm_remove() is not (nor should it be) marked as __exit, so we should not be using __exit_p() wrapper with it. Signed-off-by: Dmitry Torokhov Reviewed-by: Doug Anderson Tested-by: Doug Anderson Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed