]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/usb-skeleton.c
IB/mthca: Don't use privileged UAR for kernel access
[linux-2.6-omap-h63xx.git] / drivers / usb / usb-skeleton.c
index 5d02f16b7d0e7b007720486d7f2722b37f58f85e..b362039792b30fb596a916f8229f00b536b368ef 100644 (file)
@@ -13,7 +13,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
 #include <linux/init.h>
@@ -234,7 +233,7 @@ static struct file_operations skel_fops = {
 
 /* 
  * usb class driver info in order to get a minor number from the usb core,
- * and to have the device registered with devfs and the driver core
+ * and to have the device registered with the driver core
  */
 static struct usb_class_driver skel_class = {
        .name =         "skel%d",