diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-29 11:05:31 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-10 20:39:50 +0000 |
commit | b7731574f498dc8fd81c258b248ddfeda3eab5b5 (patch) | |
tree | 1a076289a82698a30e539aa0a9dd2d75c403cda0 /src/mainboard/google/veyron_mickey | |
parent | 2d6560873313bf7c2a6e02223b77a4510482cf28 (diff) |
src: Remove unneeded 'include <arch/cache.h>'
Change-Id: I6374bc2d397800d574c7a0cc44079c09394a0673
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37984
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/veyron_mickey')
-rw-r--r-- | src/mainboard/google/veyron_mickey/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/veyron_mickey/mainboard.c b/src/mainboard/google/veyron_mickey/mainboard.c index 2de720ccf4..f7af1cf0cf 100644 --- a/src/mainboard/google/veyron_mickey/mainboard.c +++ b/src/mainboard/google/veyron_mickey/mainboard.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */ -#include <arch/cache.h> #include <device/mmio.h> #include <boot/coreboot_tables.h> #include <device/device.h> |