diff --git a/[refs] b/[refs] index b40ffb600197..748dd98eb3dc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1bd15cfd79841d9e2464a37fe059d492a3ee0753 +refs/heads/master: a1823f2ec3ffa86b7b3676bfd432b6da25298ff6 diff --git a/trunk/drivers/staging/speakup/devsynth.c b/trunk/drivers/staging/speakup/devsynth.c index a4656533dd55..8b7462285d33 100644 --- a/trunk/drivers/staging/speakup/devsynth.c +++ b/trunk/drivers/staging/speakup/devsynth.c @@ -56,7 +56,7 @@ static int speakup_file_release(struct inode *ip, struct file *fp) return 0; } -static struct file_operations synth_fops = { +static const struct file_operations synth_fops = { .read = speakup_file_read, .write = speakup_file_write, .open = speakup_file_open,