aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sbus
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sbus')
-rw-r--r--drivers/sbus/char/jsflash.c2
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
453static struct miscdevice jsf_dev = { JSF_MINOR, "jsflash", &jsf_fops }; 453static struct miscdevice jsf_dev = { JSF_MINOR, "jsflash", &jsf_fops };
454 454
455static struct block_device_operations jsfd_fops = { 455static const struct block_device_operations jsfd_fops = {
456 .owner = THIS_MODULE, 456 .owner = THIS_MODULE,
457}; 457};
458 458