aboutsummaryrefslogtreecommitdiffstats
path: root/d01.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-11-19 15:18:44 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-11-19 15:18:44 -0800
commitcbff5e596f912b830138e1126227092450a84055 (patch)
tree1d9807e078f16aad972133260e222da1fe076f6e /d01.patch
parent32f98f6fc194255e3a639444fe06862e628124c0 (diff)
downloadpatches-cbff5e596f912b830138e1126227092450a84055.tar.gz
fix build problem
Diffstat (limited to 'd01.patch')
-rw-r--r--d01.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/d01.patch b/d01.patch
index 36c039d3685019..1361d94b2c4744 100644
--- a/d01.patch
+++ b/d01.patch
@@ -772,7 +772,7 @@
return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_dix);
}
-DRIVER_ATTR(dix, S_IRUGO, sdebug_dix_show, NULL);
-+static DRIVER_ATTR_RO(dix)
++static DRIVER_ATTR_RO(dix);
-static ssize_t sdebug_dif_show(struct device_driver *ddp, char *buf)
+static ssize_t dif_show(struct device_driver *ddp, char *buf)