mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 02:31:27 +00:00
DRIVER_ATTR add_host made static
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@580 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -236,7 +236,7 @@ static ssize_t scst_local_add_host_store(struct device_driver *ddp,
|
||||
return count;
|
||||
}
|
||||
|
||||
DRIVER_ATTR(add_host, S_IRUGO | S_IWUSR, scst_local_add_host_show,
|
||||
static DRIVER_ATTR(add_host, S_IRUGO | S_IWUSR, scst_local_add_host_show,
|
||||
scst_local_add_host_store);
|
||||
|
||||
static int do_create_driverfs_files(void)
|
||||
|
||||
Reference in New Issue
Block a user