浏览代码

usb: storage: drop freezer.h usage

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>
Greg Kroah-Hartman 8 年之前
父节点
当前提交
11f107f708
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/usb/storage/usb.c

+ 0 - 1
drivers/usb/storage/usb.c

@@ -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>