From e367c6a1953207a3effd1f9b67e7adbcd2936706 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 12 Jan 2012 17:13:15 +0000 Subject: xpp: style - add const to file_operations Signed-off-by: Oron Peled Acked-By: Tzafrir Cohen git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10436 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/xpp/xpp_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/xpp/xpp_usb.c b/drivers/dahdi/xpp/xpp_usb.c index 5b5900c..af83b52 100644 --- a/drivers/dahdi/xpp/xpp_usb.c +++ b/drivers/dahdi/xpp/xpp_usb.c @@ -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 -- cgit v1.2.3