summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2007-02-27 14:26:04 +0100
committerWolfgang Denk <wd@denx.de>2007-02-27 14:26:04 +0100
commit743571145b37182757d4e688a77860b36ee77573 (patch)
tree3e2006c9f3a953532bb6a97d896390f03e58bd03 /include/common.h
parent638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72 (diff)
downloadtalos-obmc-uboot-743571145b37182757d4e688a77860b36ee77573.tar.gz
talos-obmc-uboot-743571145b37182757d4e688a77860b36ee77573.zip
Minor code cleanup.
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 5b2e71c985..b162dbd7cf 100644
--- a/include/common.h
+++ b/include/common.h
@@ -187,8 +187,7 @@ void hang (void) __attribute__ ((noreturn));
long int initdram (int);
int display_options (void);
void print_size (ulong, const char *);
-int print_buffer (ulong addr, void* data, uint width, uint count,
- uint linelen);
+int print_buffer (ulong addr, void* data, uint width, uint count, uint linelen);
/* common/main.c */
void main_loop (void);
OpenPOWER on IntegriCloud