X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fnfs.h;h=d69b422f5209da05b6204183c3a59bd6e294c95f;hb=0e4efca98437f916ee077f4bd0ccb202b201e3d9;hp=53451dbd17c46b3a26a10fa855f85d1a6f9a86a1;hpb=58494052b5fa1c2cbed9f1e04049f2951708cfa3;p=karo-tx-uboot.git diff --git a/net/nfs.h b/net/nfs.h index 53451dbd17..d69b422f52 100644 --- a/net/nfs.h +++ b/net/nfs.h @@ -69,7 +69,7 @@ struct rpc_t { } reply; } u; }; -extern void NfsStart(void); /* Begin NFS */ +void nfs_start(void); /* Begin NFS */ /**********************************************************************/