Commit bff19b1d authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: ucb1400 - fix compile error

try_to_freeze() was moved into include/linux/freezer.h
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent f90c34b8
......@@ -17,7 +17,6 @@
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/completion.h>
#include <linux/delay.h>
#include <linux/input.h>
......@@ -26,6 +25,7 @@
#include <linux/suspend.h>
#include <linux/slab.h>
#include <linux/kthread.h>
#include <linux/freezer.h>
#include <sound/driver.h>
#include <sound/core.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment