summaryrefslogtreecommitdiff
path: root/drivers/spi/ath79_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/ath79_spi.c')
-rw-r--r--drivers/spi/ath79_spi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/ath79_spi.c b/drivers/spi/ath79_spi.c
index 205567ef54d..fb2d77d7d4a 100644
--- a/drivers/spi/ath79_spi.c
+++ b/drivers/spi/ath79_spi.c
@@ -3,7 +3,6 @@
* Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
*/
-#include <common.h>
#include <clock_legacy.h>
#include <spi.h>
#include <dm.h>
@@ -134,7 +133,6 @@ static int ath79_spi_xfer(struct udevice *dev, unsigned int bitlen,
return 0;
}
-
static int ath79_spi_set_speed(struct udevice *bus, uint speed)
{
struct ath79_spi_priv *priv = dev_get_priv(bus);