Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91332a98 authored by Tarun Gupta's avatar Tarun Gupta
Browse files

scsi: Remove compilation error introduced by a previous change



This fixes a compilation error introduced by commit
491666a2 "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: default avatarTarun Gupta <tarung@codeaurora.org>
parent 1eb4c9cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@

#include <linux/types.h>
#include <linux/scatterlist.h>
#include <linux/device.h>

struct scsi_cmnd;