Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7297
b: refs/heads/master
c: 188d2ce
h: refs/heads/master
i:
  7295: 94638a8
v: v3
  • Loading branch information
Milton Miller authored and Paul Mackerras committed Sep 6, 2005
1 parent eb08593 commit c5cd1ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8f1c8be629ee34991fdba8bfe46a5c455393209
refs/heads/master: 188d2ce78feac67e41e41808acda7951810f677b
5 changes: 1 addition & 4 deletions trunk/arch/ppc64/kernel/udbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
#define WANT_PPCDBG_TAB /* Only defined here */
#include <linux/config.h>
#include <linux/types.h>
#include <linux/sched.h>
#include <asm/ppcdebug.h>
#include <asm/processor.h>
#include <asm/uaccess.h>
#include <asm/machdep.h>
#include <asm/io.h>
#include <asm/prom.h>

void (*udbg_putc)(unsigned char c);
unsigned char (*udbg_getc)(void);
Expand Down
7 changes: 1 addition & 6 deletions trunk/arch/ppc64/kernel/udbg_16550.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@
*/
#include <linux/config.h>
#include <linux/types.h>
#include <asm/ppcdebug.h>
#include <asm/processor.h>
#include <asm/naca.h>
#include <asm/uaccess.h>
#include <asm/machdep.h>
#include <asm/udbg.h>
#include <asm/io.h>
#include <asm/prom.h>

extern u8 real_readb(volatile u8 __iomem *addr);
extern void real_writeb(u8 data, volatile u8 __iomem *addr);
Expand Down
4 changes: 1 addition & 3 deletions trunk/arch/ppc64/kernel/udbg_scc.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
*/
#include <linux/config.h>
#include <linux/types.h>
#include <asm/ppcdebug.h>
#include <asm/udbg.h>
#include <asm/processor.h>
#include <asm/naca.h>
#include <asm/uaccess.h>
#include <asm/machdep.h>
#include <asm/io.h>
#include <asm/prom.h>
#include <asm/pmac_feature.h>
Expand Down

0 comments on commit c5cd1ed

Please sign in to comment.