mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
input: tp_suspend: include linux/ebc.h
Change-Id: Idb5b67c0300d504023383f654cb9b9404d306e92 Signed-off-by: Zorro Liu <lyx@rock-chips.com>
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
*/
|
||||
#ifndef _RK_TP_SUSPEND_H
|
||||
#define _RK_TP_SUSPEND_H
|
||||
#include <linux/module.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/ebc.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/fb.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/notifier.h>
|
||||
#include "../../gpu/drm/rockchip/ebc-dev/ebc_dev.h"
|
||||
|
||||
struct tp_device{
|
||||
struct notifier_block fb_notif;
|
||||
|
||||
Reference in New Issue
Block a user