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 <bjorn.andersson@linaro.org>
This commit is contained in:
Bjorn Andersson
2021-01-25 18:47:11 -06:00
parent 840b737c14
commit 2ab5051cde

View File

@@ -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) {