OSDN Git Service

staging: wilc1000: declare 'fops' as const
authorEva Rachel Retuya <eraretuya@gmail.com>
Mon, 15 Feb 2016 05:52:15 +0000 (13:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Feb 2016 02:24:07 +0000 (18:24 -0800)
commit8a7b2b18154f0e18d1214e882d5862a9e1f90b4a
treeeba511aedc6dfef86bf63ff6ce9ea5b7a11ed4dd
parentd38f5ba48285afc5a841c9940e88b5b88afc36ce
staging: wilc1000: declare 'fops' as const

Change the declaration of the file_operations structure 'fops' into
const as suggested by checkpatch.

WARNING: struct file_operations should normally be const

Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_debugfs.c