]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: me4000: make file_operations const
authorAndre Haupt <andre@bitwigglers.org>
Mon, 26 Jan 2009 15:12:25 +0000 (16:12 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:53:25 +0000 (14:53 -0700)
commit93be73f92980fab947b9565695ffe26a4b7bbf29
tree19929ad5d8018815769729187cac983809a27fbe
parentf02d3345edcf0db86a98e229a4441c2b60b42f7e
Staging: me4000: make file_operations const

This eliminates checkpatch.pl warnings, that struct file_operations is
usually const.  The structs me4000_ai_fops_array and
me4000_ao_fops_array are not modified and thus also made const.

Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/me4000/me4000.c