Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11f107f7 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 42cda7d8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>