]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
usb: storage: drop freezer.h usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 Oct 2016 21:41:36 +0000 (15:41 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2016 09:19:49 +0000 (10:19 +0100)
usb-storage does not use any freezer apis, so drop the inclusion of
freezer.h from the drivers/usb/storage/usb.c file.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/usb.c

index 2cba13a532cd82b2a4a53ddf853eced763e7f852..615bea08ec0aeb1788155e067ac4f999a737f9a0 100644 (file)
@@ -52,7 +52,6 @@
 
 #include <linux/sched.h>
 #include <linux/errno.h>
-#include <linux/freezer.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/kthread.h>