From 2dd38522080f6a9f14036e4349f99e3fb777ca5f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Sep 2007 11:21:44 +0000 Subject: 2007-09-10 Joel Sherrill * network/xiltemac.c: Remove duplicate prototype. --- c/src/lib/libbsp/powerpc/virtex/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/virtex/network/xiltemac.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/powerpc/virtex/ChangeLog b/c/src/lib/libbsp/powerpc/virtex/ChangeLog index 5f219f94b8..892d0a96d6 100644 --- a/c/src/lib/libbsp/powerpc/virtex/ChangeLog +++ b/c/src/lib/libbsp/powerpc/virtex/ChangeLog @@ -1,3 +1,7 @@ +2007-09-10 Joel Sherrill + + * network/xiltemac.c: Remove duplicate prototype. + 2007-08-09 Thomas Doerfler * network/xiltemac.c: applied patch from Robert Grimes to correctly set the link speed diff --git a/c/src/lib/libbsp/powerpc/virtex/network/xiltemac.c b/c/src/lib/libbsp/powerpc/virtex/network/xiltemac.c index a20252f15d..c4578d452c 100644 --- a/c/src/lib/libbsp/powerpc/virtex/network/xiltemac.c +++ b/c/src/lib/libbsp/powerpc/virtex/network/xiltemac.c @@ -20,6 +20,7 @@ #endif #include +#include #include #include @@ -45,8 +46,6 @@ #define OUT32(aPtr, aValue) (*((volatile uint32_t *)(aPtr)) = (uint32_t)aValue) #define NUM_XILTEMAC_UNITS 2 -extern void printk(char*, ...); - /* Why isn't this defined in stdio.h like it's supposed to be? */ extern int snprintf(char*, size_t, const char*, ...); -- cgit v1.2.3