From 2177758f820551ba7250ceab0d04437a1394c999 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Mon, 10 Nov 2008 17:11:48 +0000 Subject: [PATCH] Fixes warning: trunk/scst_local/scst_local.c:907: warning: initialization from incompatible pointer type git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@564 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/scst_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index b26bfa750..afa1ca62d 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -893,7 +893,7 @@ static int scst_fake_lld_driver_remove(struct device *dev) return 0; } -static int scst_fake_lld_bus_match(struct device dev, +static int scst_fake_lld_bus_match(struct device *dev, struct device_driver *dev_driver) { TRACE_ENTRY();