summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/bd82x6x/usb_ehci.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-11-30 14:59:52 +0200
committerMartin Roth <martinroth@google.com>2016-12-08 19:46:53 +0100
commit530f677cdc5de0cac94d00ee58037063ecb6cd64 (patch)
tree9f4e298f696cc6b6ece1878f8c280d524b661c95 /src/southbridge/intel/bd82x6x/usb_ehci.c
parent3ec149dd7e72bf33fff2ce6c6ae350a6707c264e (diff)
downloadcoreboot-530f677cdc5de0cac94d00ee58037063ecb6cd64.tar.xz
buildsystem: Drop explicit (k)config.h includes
We have kconfig.h auto-included and it pulls config.h too. Change-Id: I665a0a168b0d4d3b8f3a27203827b542769988da Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17655 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/southbridge/intel/bd82x6x/usb_ehci.c')
-rw-r--r--src/southbridge/intel/bd82x6x/usb_ehci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/bd82x6x/usb_ehci.c b/src/southbridge/intel/bd82x6x/usb_ehci.c
index c0cb1a9092..2712a5b158 100644
--- a/src/southbridge/intel/bd82x6x/usb_ehci.c
+++ b/src/southbridge/intel/bd82x6x/usb_ehci.c
@@ -14,7 +14,6 @@
* GNU General Public License for more details.
*/
-#include <kconfig.h>
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>