[ARM] Fix ebsa110 debug macros

Was including debug-8250.h rather than debug-8250.S

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King 2006-04-07 10:16:55 +01:00 коммит произвёл Russell King
Родитель 74d02fb954
Коммит 6e29ebad0f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,4 +18,4 @@
#define UART_SHIFT 2 #define UART_SHIFT 2
#define FLOW_CONTROL #define FLOW_CONTROL
#include <asm/hardware/debug-8250.h> #include <asm/hardware/debug-8250.S>