mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
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
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user