fingerprint/goodix: Switch to `msm_drm_notifier` API
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
This commit is contained in:
parent
74a79aef51
commit
d9ea18c40c
|
@ -14,9 +14,6 @@
|
|||
*/
|
||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||
|
||||
#define CONFIG_MSM_RDM_NOTIFY
|
||||
#undef CONFIG_FB
|
||||
|
||||
#include <linux/clk.h>
|
||||
#include <linux/compat.h>
|
||||
#include <linux/cpufreq.h>
|
||||
|
@ -25,7 +22,7 @@
|
|||
#include <linux/device.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/fb.h>
|
||||
#include <linux/msm_drm_notify.h>
|
||||
#include <linux/fs.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/init.h>
|
||||
|
|
Loading…
Reference in New Issue