]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Drop config.h header from display_options.c
authorSimon Glass <sjg@chromium.org>
Mon, 9 Nov 2015 06:47:46 +0000 (23:47 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:27:50 +0000 (20:27 -0700)
Since common.h will always include this automatically, it is not needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/display_options.c

index 4f2961fbfb7e3fdd5b9404810e10a892ce50b7cc..29343fc00e3f070debd0a749541083bee59a096c 100644 (file)
@@ -5,7 +5,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include <config.h>
 #include <common.h>
 #include <console.h>
 #include <div64.h>