From: Andy Shevchenko Date: Fri, 12 Dec 2014 15:16:31 +0000 (+0200) Subject: libata: export ata_get_cmd_descript() X-Git-Tag: fixes-v4.0-rc1~165^2~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36aae28e3df4127e296f2680d65cb6310ce61021;p=pandora-kernel.git libata: export ata_get_cmd_descript() The driver sata_dwc_460ex is using this symbol. To build it as a module we have to have the symbol exported. This patch adds EXPORT_SYMBOL_GPL() macro for that. tj: Updated to use EXPORT_SYMBOL_GPL() instead of EXPORT_SYMBOL() as the only known user is an in-tree driver. Suggested by Sergei. Signed-off-by: Andy Shevchenko Signed-off-by: Tejun Heo Cc: Sergei Shtylyov --- Reading git-diff-tree failed