diff options
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/landisk/landisk_pwb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/landisk/landisk_pwb.c b/arch/sh/boards/landisk/landisk_pwb.c index e62524978160..47a63c6617ed 100644 --- a/arch/sh/boards/landisk/landisk_pwb.c +++ b/arch/sh/boards/landisk/landisk_pwb.c | |||
@@ -150,7 +150,7 @@ static irqreturn_t sw_interrupt(int irq, void *dev_id) | |||
150 | return IRQ_HANDLED; | 150 | return IRQ_HANDLED; |
151 | } | 151 | } |
152 | 152 | ||
153 | static struct file_operations swdrv_fops = { | 153 | static const struct file_operations swdrv_fops = { |
154 | .read = swdrv_read, /* read */ | 154 | .read = swdrv_read, /* read */ |
155 | .write = swdrv_write, /* write */ | 155 | .write = swdrv_write, /* write */ |
156 | .open = swdrv_open, /* open */ | 156 | .open = swdrv_open, /* open */ |