From 065857ee7fd61b05025d7a803e82f2b9b53cbc9a Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 2 Mar 2019 18:00:29 +0200 Subject: arch/io.h: Drop unnecessary include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I91158452680586ac676ea11c8589062880a31f91 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31692 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/soc/imgtec/pistachio/include/soc/spi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/imgtec') diff --git a/src/soc/imgtec/pistachio/include/soc/spi.h b/src/soc/imgtec/pistachio/include/soc/spi.h index 00d1aec540..f23cca5821 100644 --- a/src/soc/imgtec/pistachio/include/soc/spi.h +++ b/src/soc/imgtec/pistachio/include/soc/spi.h @@ -17,7 +17,6 @@ #ifndef __SOC_IMGTEC_DANUBE_SPI_H__ #define __SOC_IMGTEC_DANUBE_SPI_H__ -#include #include #define spi_read_reg_field(regval, field) \ -- cgit v1.2.3