diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-27 18:52:34 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 10:26:32 +0000 |
commit | 55d6238fa6cd6297a4bad5c34b6618d52e848618 (patch) | |
tree | b464dd8344cb898a0267559f26e4cea522ee9e38 /src/soc/mediatek | |
parent | 52fdc050139649ce17df82e98e59e78e79418801 (diff) |
src: Remove unneeded include <cbfs.h>
Change-Id: Iab0bd1c5482331a0c048a05ab806bf5c4dbda780
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29303
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/mediatek')
-rw-r--r-- | src/soc/mediatek/mt8173/include/soc/flash_controller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8173/include/soc/flash_controller.h b/src/soc/mediatek/mt8173/include/soc/flash_controller.h index da306c5f0a..8d7db8ba50 100644 --- a/src/soc/mediatek/mt8173/include/soc/flash_controller.h +++ b/src/soc/mediatek/mt8173/include/soc/flash_controller.h @@ -16,7 +16,6 @@ #ifndef __SOC_MEDIATEK_MT8173_FLASH_CONTROLLER_H__ #define __SOC_MEDIATEK_MT8173_FLASH_CONTROLLER_H__ -#include <cbfs.h> #include <spi-generic.h> #include <stdint.h> #include <soc/addressmap.h> |