aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/udbg_16550.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc64/kernel/udbg_16550.c')
-rw-r--r--arch/ppc64/kernel/udbg_16550.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/ppc64/kernel/udbg_16550.c b/arch/ppc64/kernel/udbg_16550.c
index ffe19dbecd97..9313574ab935 100644
--- a/arch/ppc64/kernel/udbg_16550.c
+++ b/arch/ppc64/kernel/udbg_16550.c
@@ -10,13 +10,8 @@
10 */ 10 */
11#include <linux/config.h> 11#include <linux/config.h>
12#include <linux/types.h> 12#include <linux/types.h>
13#include <asm/ppcdebug.h> 13#include <asm/udbg.h>
14#include <asm/processor.h>
15#include <asm/naca.h>
16#include <asm/uaccess.h>
17#include <asm/machdep.h>
18#include <asm/io.h> 14#include <asm/io.h>
19#include <asm/prom.h>
20 15
21extern u8 real_readb(volatile u8 __iomem *addr); 16extern u8 real_readb(volatile u8 __iomem *addr);
22extern void real_writeb(u8 data, volatile u8 __iomem *addr); 17extern void real_writeb(u8 data, volatile u8 __iomem *addr);