scsi: Remove compilation error introduced by a previous change

This fixes a compilation error introduced by commit
491666a298 "scsi: ufs: created UFS unit-tests
framework" which added a function that uses struct device without declaring
it.

CRs-fixed: 551713
Change-Id: I9d6f73c8d780fa33672b386c1358c667dffc0a79
Signed-off-by: Tarun Gupta <tarung@codeaurora.org>
This commit is contained in:
Tarun Gupta 2013-10-04 17:57:04 +05:30
parent 1eb4c9cbde
commit 91332a9805
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <linux/types.h>
#include <linux/scatterlist.h>
#include <linux/device.h>
struct scsi_cmnd;