summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-01-12 17:13:15 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-01-12 17:13:15 +0000
commite367c6a1953207a3effd1f9b67e7adbcd2936706 (patch)
treefa6fc2746eb3ed66d25e16bcc863654601ea1cb7
parent93327599dfb103acb6de841b5df1aefb6b04a96f (diff)
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
-rw-r--r--drivers/dahdi/xpp/xpp_usb.c2
1 files changed, 1 insertions, 1 deletions
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