[S390] constify function pointer tables.
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
894cdde26b
commit
5c81cdbeff
@ -759,7 +759,7 @@ static loff_t ur_llseek(struct file *file, loff_t offset, int whence)
|
||||
return newpos;
|
||||
}
|
||||
|
||||
static struct file_operations ur_fops = {
|
||||
static const struct file_operations ur_fops = {
|
||||
.owner = THIS_MODULE,
|
||||
.open = ur_open,
|
||||
.release = ur_release,
|
||||
|
Reference in New Issue
Block a user