diff options
-rw-r--r-- | drivers/usb/core/port.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/core/port.c b/drivers/usb/core/port.c index 2bc1cef4e47..3734850120a 100644 --- a/drivers/usb/core/port.c +++ b/drivers/usb/core/port.c @@ -16,6 +16,8 @@ * */ +#include <linux/slab.h> + #include "hub.h" static void usb_port_device_release(struct device *dev) |