commit | bfba6c5a9bff63157cb8581b455b04d12b2a5a52 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Oct 21 18:36:41 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Oct 21 18:36:41 2013 -0700 |
tree | acdd4b4901cd63772d59ed0dd0bfadfd92d721d4 | |
parent | 1ac84f8fec4003fe59b46def0bb0d59d7d221a57 [diff] | |
parent | 6f65a96b26ee59e6df7bd581f2809a420bdf7989 [diff] |
Merge "scsi: Remove compilation error introduced by a previous change"
diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index cc37cd8..8e3aced 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h
@@ -10,6 +10,7 @@ #include <linux/types.h> #include <linux/scatterlist.h> +#include <linux/device.h> struct scsi_cmnd;