dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/me4000
Andre Haupt 93be73f929 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>
2009-04-03 14:53:25 -07:00
..
Kconfig Staging: add me4000 pci data collection driver 2008-10-10 15:31:08 -07:00
Makefile Staging: add me4000 pci data collection driver 2008-10-10 15:31:08 -07:00
README Staging: add me4000 pci data collection driver 2008-10-10 15:31:08 -07:00
me4000.c Staging: me4000: make file_operations const 2009-04-03 14:53:25 -07:00
me4000.h Staging: Fixes for me4000 pci data collection driver 2008-10-22 09:56:30 -07:00
me4000_firmware.h
me4610_firmware.h

README

TODO:
	- checkpatch.pl cleanups
	- sparse cleanups
	- possible /proc interaction cleanups
	- more info needed for Kconfig entry
	- real device id?
	- module parameter cleanup

Please send patches to Greg Kroah-Hartman <gregkh@suse.de>
and Cc: Wolfgang Beiter <w.beiter@aon.at> and
Guenter Gebhardt <g.gebhardt@meilhaus.de>