linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] libata: export ata_get_cmd_descript()
@ 2014-12-12 15:16 Andy Shevchenko
  2014-12-12 17:25 ` Sergei Shtylyov
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2014-12-12 15:16 UTC (permalink / raw)
  To: Tejun Heo, linux-kernel, linux-ide; +Cc: Andy Shevchenko

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() macro for that.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/ata/libata-eh.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c
index 3dbec89..74fef87 100644
--- a/drivers/ata/libata-eh.c
+++ b/drivers/ata/libata-eh.c
@@ -2389,6 +2389,7 @@ const char *ata_get_cmd_descript(u8 command)
 
 	return NULL;
 }
+EXPORT_SYMBOL(ata_get_cmd_descript);
 
 /**
  *	ata_eh_link_report - report error handling to user
-- 
2.1.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-05 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 15:16 [PATCH v1] libata: export ata_get_cmd_descript() Andy Shevchenko
2014-12-12 17:25 ` Sergei Shtylyov
2014-12-12 17:35   ` Andy Shevchenko
2015-01-05 16:21     ` Tejun Heo
2015-01-05 17:44       ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).