From 2ab5051cde31452ef3eaca3a10a55dacc1e2c1cc Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Mon, 25 Jan 2021 18:47:11 -0600 Subject: [PATCH] alpaca: Drop forgotten fastboot_key function The fastboot_key function is no longer used, drop the remains in the alpaca implementation. Signed-off-by: Bjorn Andersson --- alpaca.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/alpaca.c b/alpaca.c index 025e67e..fd7e996 100644 --- a/alpaca.c +++ b/alpaca.c @@ -136,10 +136,6 @@ void alpaca_usb(struct device *dev, bool on) alpaca_usb_device_power(alpaca, on); } -void alpaca_fastboot_key(struct device *dev, bool on) -{ -} - void alpaca_key(struct device *dev, int key, bool asserted) { switch (key) {