Skip to content

Commit

Permalink
block: Change module.h -> export.h in bsg-lib.c
Browse files Browse the repository at this point in the history
This file isn't using full modular functionality, and hence
can be "downgraded" to just using the export.h header.

Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Paul Gortmaker <[email protected]>
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent 0c8d44f commit 6adb123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/bsg-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

/**
Expand Down

0 comments on commit 6adb123

Please sign in to comment.