Rename devices -> device
to match src/include/device Change-Id: I5d0e5b4361c34881a3b81347aac48738cb5b9af0 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1960 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
committed by
Ronald G. Minnich
parent
4b6be985aa
commit
8d7115560d
@@ -238,7 +238,7 @@ source src/ec/Kconfig
|
||||
|
||||
endmenu
|
||||
|
||||
source src/devices/Kconfig
|
||||
source src/device/Kconfig
|
||||
|
||||
menu "Generic Drivers"
|
||||
source src/drivers/Kconfig
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
|
||||
extern void mainboard_interrupt_handlers(int intXX, void *intXX_func);
|
||||
#elif CONFIG_PCI_OPTION_ROM_RUN_YABEL
|
||||
#include <devices/oprom/yabel/biosemu.h>
|
||||
#include <device/oprom/yabel/biosemu.h>
|
||||
#else
|
||||
static inline void mainboard_interrupt_handlers(int intXX, void *intXX_func) { }
|
||||
#endif
|
||||
|
@@ -32,7 +32,7 @@
|
||||
#include "registers.h"
|
||||
#include <x86emu/regs.h>
|
||||
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
|
||||
#include <devices/oprom/realmode/x86.h>
|
||||
#include <device/oprom/realmode/x86.h>
|
||||
#endif
|
||||
|
||||
/* PCI Domain 1 Device 0 Function 0 */
|
||||
|
@@ -31,7 +31,7 @@
|
||||
#include <arch/interrupt.h>
|
||||
#include <x86emu/regs.h>
|
||||
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
|
||||
#include <devices/oprom/realmode/x86.h>
|
||||
#include <device/oprom/realmode/x86.h>
|
||||
#endif
|
||||
|
||||
static int via_vt8623_int15_handler(void)
|
||||
|
@@ -34,7 +34,7 @@
|
||||
#include <arch/interrupt.h>
|
||||
#include <x86emu/regs.h>
|
||||
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
|
||||
#include <devices/oprom/realmode/x86.h>
|
||||
#include <device/oprom/realmode/x86.h>
|
||||
#endif
|
||||
|
||||
/* PCI Domain 1 Device 0 Function 0 */
|
||||
|
Reference in New Issue
Block a user