diff options
author | Olaf Hering <olh@suse.de> | 2005-06-28 21:01:35 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-06-28 21:01:35 +1000 |
commit | e6019db5a7f110839c62cefc073b6dc1143d6403 (patch) | |
tree | d8cf10973f26c1845ae85f5815d55c33c57a3087 /arch/ppc64/boot/main.c | |
parent | a58dfbbb2a350808253a8b5037f5ec5b9a68516d (diff) |
[PATCH] remove printk usage in arch/ppc64/boot/prom.c
remove the printk usage in the zImage. we are not there, yet.
Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/boot/main.c')
-rw-r--r-- | arch/ppc64/boot/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/boot/main.c b/arch/ppc64/boot/main.c index da12ea2ca46..677e4187497 100644 --- a/arch/ppc64/boot/main.c +++ b/arch/ppc64/boot/main.c @@ -17,7 +17,6 @@ extern void *finddevice(const char *); extern int getprop(void *, const char *, void *, int); -extern void printk(char *fmt, ...); extern void printf(const char *fmt, ...); extern int sprintf(char *buf, const char *fmt, ...); void gunzip(void *, int, unsigned char *, int *); |