This should be included by files that need it, not the config.h file. Drop it.
Signed-off-by: Simon Glass <[email protected]> --- include/configs/edison.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/configs/edison.h b/include/configs/edison.h index 558c74d7b469..127c2c4546e0 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -2,10 +2,3 @@ /* * Copyright (c) 2017 Intel Corp. */ - -#ifndef __CONFIG_H -#define __CONFIG_H - -#include <asm/ibmpc.h> - -#endif -- 2.41.0.487.g6d72f3e995-goog

