xpp: style - add const to file_operations
Signed-off-by: Oron Peled <oron.peled@xorcom.com> Acked-By: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10436 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
parent
a28ffb3af5
commit
9e541045d9
@ -555,7 +555,7 @@ static struct usb_driver xusb_driver = {
|
||||
* would use "struct net_driver" instead, and a serial
|
||||
* device would use "struct tty_driver".
|
||||
*/
|
||||
static struct file_operations xusb_fops = {
|
||||
static const struct file_operations xusb_fops = {
|
||||
/*
|
||||
* The owner field is part of the module-locking
|
||||
* mechanism. The idea is that the kernel knows
|
||||
|
Loading…
Reference in New Issue
Block a user