diff options
author | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-31 03:09:05 +0100 |
---|---|---|
committer | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-31 03:09:05 +0100 |
commit | b887973efa7e36a1fd26a5c2f51bb529db6a64a4 (patch) | |
tree | 783ff76cf08c2008a189addc7d5c12178ce739ad | |
parent | 437a1a7cdff3454ab3c95430123efa6f121186ae (diff) | |
download | ldd3-b887973efa7e36a1fd26a5c2f51bb529db6a64a4.tar.gz |
usb-skeleton: Remove mode member from skel_class
-rw-r--r-- | usb/usb-skeleton.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usb/usb-skeleton.c b/usb/usb-skeleton.c index 56dd828..276dde5 100644 --- a/usb/usb-skeleton.c +++ b/usb/usb-skeleton.c @@ -220,7 +220,6 @@ static struct file_operations skel_fops = { static struct usb_class_driver skel_class = { .name = "usb/skel%d", .fops = &skel_fops, - .mode = S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, .minor_base = USB_SKEL_MINOR_BASE, }; |