scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
For the basic SCSI infrastructure files that are exporting symbols but not modules themselves, add in the basic export.h header file to allow the exports. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
* Provide interface to send ELS/CT FC frames
|
||||
*/
|
||||
|
||||
#include <linux/export.h>
|
||||
#include <asm/unaligned.h>
|
||||
#include <scsi/fc/fc_gs.h>
|
||||
#include <scsi/fc/fc_ns.h>
|
||||
|
Reference in New Issue
Block a user