From 8563f4f87628d8a091a0979f652ded307a6cc731 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 21 Nov 2008 10:16:34 +0000 Subject: [PATCH] DRIVER_ATTR add_host made static git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@580 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 714d26e8e..b5ea88956 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -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)