From: Andre Haupt Date: Mon, 26 Jan 2009 15:12:25 +0000 (+0100) Subject: Staging: me4000: make file_operations const X-Git-Tag: v2.6.30-rc1~202^2~558 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93be73f92980fab947b9565695ffe26a4b7bbf29;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed