usb: Add module.h to drivers/usb consumers who really use it.
The situation up to this point meant that module.h was pretty much everywhere, regardless of whether you asked for it or not. We are fixing that, so give the USB folks who want it an actual include of it. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
parent
acf3368ffb
commit
6eb0de8270
20 changed files with 20 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <linux/usb.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
#include "usb.h"
|
||||
#include "transport.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue