diff mbox

[U-Boot,v2,04/26] Drop config.h header from display_options.c

Message ID 1447051688-24936-5-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Nov. 9, 2015, 6:47 a.m. UTC
Since common.h will always include this automatically, it is not needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 lib/display_options.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass Nov. 20, 2015, 3:31 a.m. UTC | #1
Applied to u-boot-dm.
diff mbox

Patch

diff --git a/lib/display_options.c b/lib/display_options.c
index 4f2961f..29343fc 100644
--- a/lib/display_options.c
+++ b/lib/display_options.c
@@ -5,7 +5,6 @@ 
  * SPDX-License-Identifier:	GPL-2.0+
  */
 
-#include <config.h>
 #include <common.h>
 #include <console.h>
 #include <div64.h>