Commit 995695f4 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: remove #include <linux/miscdevice.h> from some usb drivers.

It's not needed.
parent 55ec60ec
......@@ -29,7 +29,6 @@
#include <linux/module.h>
#include <linux/socket.h>
#include <linux/miscdevice.h>
#include <linux/list.h>
#include <linux/vmalloc.h>
#include <linux/slab.h>
......
......@@ -33,7 +33,6 @@
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/errno.h>
#include <linux/miscdevice.h>
#include <linux/random.h>
#include <linux/poll.h>
#include <linux/init.h>
......
......@@ -24,7 +24,6 @@
#include <linux/module.h>
#include <linux/socket.h>
#include <linux/miscdevice.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <asm/uaccess.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment