power: bq25700: remove rk_send_wakeup_key

rk_send_wakeup_key is no use.

Change-Id: I7c178f853f1a4dc62ee8643690c020fe80afc48f
Signed-off-by: Shunqing Chen <csq@rock-chips.com>
This commit is contained in:
Shunqing Chen
2018-11-06 11:26:04 +08:00
committed by 陈顺庆
parent 4d46be0900
commit 590658e3f6

View File

@@ -31,7 +31,6 @@
#include <linux/power_supply.h>
#include <linux/gpio.h>
#include <linux/of_gpio.h>
#include <linux/rk_keys.h>
static int dbg_enable;
module_param_named(dbg_level, dbg_enable, int, 0644);
@@ -1261,7 +1260,6 @@ static irqreturn_t bq25700_irq_handler_thread(int irq, void *private)
charger->typec1_status = USB_STATUS_NONE;
}
irq_set_irq_type(irq, irq_flag | IRQF_ONESHOT);
rk_send_wakeup_key();
return IRQ_HANDLED;
}