diff options
| author | Jon Loeliger <jdl@freescale.com> | 2008-11-10 10:04:51 -0600 | 
|---|---|---|
| committer | Jon Loeliger <jdl@freescale.com> | 2008-11-10 10:04:51 -0600 | 
| commit | 33211469f7d7e2afacf103cc55790f734572f7a6 (patch) | |
| tree | 7c374cde48fba08b52b4f83bdf00aae89d7f85a3 /common/cmd_bedbug.c | |
| parent | 1266df887781c779deaf6d05eea2ef90a470cb34 (diff) | |
| parent | 1378174a1351c0285736863a665ab758fe8d5f71 (diff) | |
| download | olio-uboot-2014.01-33211469f7d7e2afacf103cc55790f734572f7a6.tar.xz olio-uboot-2014.01-33211469f7d7e2afacf103cc55790f734572f7a6.zip | |
Merge commit 'wd/master'
Diffstat (limited to 'common/cmd_bedbug.c')
| -rw-r--r-- | common/cmd_bedbug.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/common/cmd_bedbug.c b/common/cmd_bedbug.c index 3e597f982..e6277c940 100644 --- a/common/cmd_bedbug.c +++ b/common/cmd_bedbug.c @@ -13,10 +13,6 @@  DECLARE_GLOBAL_DATA_PTR; -#ifndef MAX -#define MAX(a,b) ((a) > (b) ? (a) : (b)) -#endif -  extern void show_regs __P ((struct pt_regs *));  extern int run_command __P ((const char *, int));  extern char console_buffer[]; |