commit | c85fc989f92a1590477e22bf582712f9ab35f48e | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Mar 13 17:42:15 2014 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Mar 21 18:19:29 2014 +0100 |
tree | 6973514e46241ef6abc7f1dade8a6b3618905fb8 | |
parent | dfe367632656d3abd954edf2921e1a2af2d48e44 [diff] |
ARM: at91: export sam9_smc interfaces The pata_at91 driver uses interfaces defined in the sam9_smc platform code. Since the pata driver can be a loadable module, we have to export those symbols in order to link cleanly. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: Andrew Victor <linux@maxim.org.za> Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>