Staging: dgnc: Fix struct file_operations should normally be const
authorMonam Agarwal <monamagarwal123@gmail.com>
Fri, 7 Mar 2014 11:33:08 +0000 (17:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 21:36:38 +0000 (13:36 -0800)
commit206654728b433c18b59d7c28a3ac67da2e28f0c3
treeba9e4bd09a5709d0dfdb6b93191b302c9bc9a3cd
parenteb55b5b48088924da1b7bab494fc6c21f91ffa7b
Staging: dgnc: Fix struct file_operations should normally be const

This patch fixes following checkpatch.pl warning:
WARNING:struct file_operations should normally be const

Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_driver.c