src/drivers/pc80/pc: Remove unneeded include
Change-Id: Ic238181d5c26ab8cf549137824a7c5e6c6d80ab1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28348 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
0c87b55266
commit
6b5c3c2953
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include <arch/io.h>
|
||||
#include <pc80/i8254.h>
|
||||
#include <console/console.h>
|
||||
|
||||
/* Initialize i8254 timers */
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <arch/io.h>
|
||||
#include <console/spkmodem.h>
|
||||
#include <cpu/x86/tsc.h>
|
||||
|
|
Loading…
Reference in New Issue