beagleboard: Fix build, missing header
This commit is contained in:
@@ -6,10 +6,12 @@
|
|||||||
* François Revol, [email protected]
|
* François Revol, [email protected]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <debug.h>
|
|
||||||
|
#include <arch/arm/reg.h>
|
||||||
#include <arch/generic/debug_uart_8250.h>
|
#include <arch/generic/debug_uart_8250.h>
|
||||||
#include <new>
|
|
||||||
#include <board_config.h>
|
#include <board_config.h>
|
||||||
|
#include <debug.h>
|
||||||
|
#include <new>
|
||||||
|
|
||||||
|
|
||||||
class ArchUART8250 : public DebugUART8250 {
|
class ArchUART8250 : public DebugUART8250 {
|
||||||
|
|||||||
Reference in New Issue
Block a user