From c0def3207db502e2fab6dec90c035d0f067efdac Mon Sep 17 00:00:00 2001
From: Simon Glass <sjg@chromium.org>
Date: Sun, 30 Jul 2023 21:01:49 -0600
Subject: [PATCH] x86: edison: Drop inclusion of ibmpc.h

This should be included by files that need it, not the config.h file.
Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> # Intel Edison
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
---
 include/configs/edison.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/include/configs/edison.h b/include/configs/edison.h
index 558c74d7b4..127c2c4546 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.39.5