USB: Make file operations structs in drivers/usb const.
authorLuiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Sat, 5 Aug 2006 23:37:11 +0000 (20:37 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:52 +0000 (11:58 -0700)
Making structs const prevents accidental bugs and with the proper debug
options they're protected against corruption.

Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found