diff options
Diffstat (limited to 'drivers/sbus')
-rw-r--r-- | drivers/sbus/char/jsflash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sbus/char/jsflash.c b/drivers/sbus/char/jsflash.c index 6d4651684688..869a30b49edc 100644 --- a/drivers/sbus/char/jsflash.c +++ b/drivers/sbus/char/jsflash.c | |||
@@ -452,7 +452,7 @@ static const struct file_operations jsf_fops = { | |||
452 | 452 | ||
453 | static struct miscdevice jsf_dev = { JSF_MINOR, "jsflash", &jsf_fops }; | 453 | static struct miscdevice jsf_dev = { JSF_MINOR, "jsflash", &jsf_fops }; |
454 | 454 | ||
455 | static struct block_device_operations jsfd_fops = { | 455 | static const struct block_device_operations jsfd_fops = { |
456 | .owner = THIS_MODULE, | 456 | .owner = THIS_MODULE, |
457 | }; | 457 | }; |
458 | 458 | ||