diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-19 15:18:44 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-19 15:18:44 -0800 |
| commit | cbff5e596f912b830138e1126227092450a84055 (patch) | |
| tree | 1d9807e078f16aad972133260e222da1fe076f6e | |
| parent | 32f98f6fc194255e3a639444fe06862e628124c0 (diff) | |
| download | patches-cbff5e596f912b830138e1126227092450a84055.tar.gz | |
fix build problem
| -rw-r--r-- | d01.patch | 2 |
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) |
