intel/bd82x6x: fix building usb debug on SNB/IVB

Change-Id: Ica3afbf8277cb025251da7af181f8de0d0036b45
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/3389
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi 2013-05-02 11:44:02 +02:00 committed by Stefan Reinauer
parent 5c4645b0ee
commit 4af2bb5724
1 changed files with 2 additions and 1 deletions

View File

@ -22,9 +22,10 @@
#include <console/console.h> #include <console/console.h>
#include <usbdebug.h> #include <usbdebug.h>
#include <device/pci_def.h> #include <device/pci_def.h>
#include "pch.h"
#ifdef __PRE_RAM__ #ifdef __PRE_RAM__
#include "pch.h"
void enable_usbdebug(unsigned int port) void enable_usbdebug(unsigned int port)
{ {
u32 dbgctl; u32 dbgctl;