mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
include/linux: remove unused sc6610.h
Change-Id: I8688b9ba614bb2cf12b587476dc78473d04c5a46 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#include <linux/types.h>
|
||||
#include <linux/ioctl.h>
|
||||
#include <linux/miscdevice.h>
|
||||
|
||||
struct modem_dev
|
||||
{
|
||||
const char *name;
|
||||
struct miscdevice miscdev;
|
||||
struct work_struct work;
|
||||
};
|
||||
|
||||
/* 耳机数据结构<E7BB93><E69E84>?*/
|
||||
struct rk29_sc6610_data {
|
||||
struct device *dev;
|
||||
int (*io_init)(void);
|
||||
int (*io_deinit)(void);
|
||||
unsigned int bp_power;
|
||||
unsigned int bp_power_active_low;
|
||||
unsigned int bp_reset;
|
||||
unsigned int bp_reset_active_low;
|
||||
unsigned int bp_wakeup_ap;
|
||||
unsigned int ap_wakeup_bp;
|
||||
unsigned int modem_power_en;
|
||||
unsigned int modem_assert;
|
||||
};
|
||||
|
||||
#define MODEM_NAME "SC6610"
|
||||
Reference in New Issue
Block a user