devices -> drivers
This commit is contained in:
@ -27,13 +27,13 @@
|
||||
#include <console.h>
|
||||
|
||||
#ifdef CONFIG_VEXPRESS_A9
|
||||
#include <devices/pl011.h>
|
||||
#include <devices/pl111.h>
|
||||
#include <drivers/pl011.h>
|
||||
#include <drivers/pl111.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_RPI
|
||||
#include <devices/pi_mini_uart.h>
|
||||
#include <devices/bcm2835_videocore.h>
|
||||
#include <drivers/pi_mini_uart.h>
|
||||
#include <drivers/bcm2835_videocore.h>
|
||||
#endif
|
||||
|
||||
struct fb myfb;
|
||||
|
Reference in New Issue
Block a user