summaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3288/spi.c')
-rw-r--r--src/soc/rockchip/rk3288/spi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/rockchip/rk3288/spi.c b/src/soc/rockchip/rk3288/spi.c
index a8d2be30fc..9952f11951 100644
--- a/src/soc/rockchip/rk3288/spi.c
+++ b/src/soc/rockchip/rk3288/spi.c
@@ -288,8 +288,3 @@ int spi_xfer(struct spi_slave *slave, const void *dout,
rockchip_spi_enable_chip(regs, 0);
return ret < 0 ? ret : 0;
}
-
-struct rockchip_spi_media {
- struct spi_slave *slave;
- struct cbfs_simple_buffer buffer;
-};