quark: Avoid duplicate definition
No need to duplicate PCI class definition since it's alread defined in drivers/pci/pci_mgr.h. Change-Id: I834b99c300487d7c51e406555de87d2484222213 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
40b1080150
commit
e2eff8fafc
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@ Handlers for the secondary serial port have not been added.
|
|||
#include <drivers/ioapic.h>
|
||||
#include <drivers/loapic.h>
|
||||
#include <pci/pci.h>
|
||||
|
||||
#define PCI_CLASS_COMM_CTLR 0x07
|
||||
#include <pci/pci_mgr.h>
|
||||
|
||||
#if defined(CONFIG_PRINTK) || defined(CONFIG_STDOUT_CONSOLE)
|
||||
#define DO_CONSOLE_INIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue