1
0
Fork 0

block: Change module.h -> export.h in bsg-lib.c

This file isn't using full modular functionality, and hence
can be "downgraded" to just using the export.h header.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
hifive-unleashed-5.1
Paul Gortmaker 2011-09-28 18:26:05 -04:00
parent 0c8d44f239
commit 6adb1236b5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include <linux/delay.h>
#include <linux/scatterlist.h>
#include <linux/bsg-lib.h>
#include <linux/module.h>
#include <linux/export.h>
#include <scsi/scsi_cmnd.h>
/**