X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=net%2Fnfs.h;h=d69b422f5209da05b6204183c3a59bd6e294c95f;hb=131b1be835c05b01c6ca3cbd9b4b86ef97e4daf2;hp=a5a1b432e62c7900796c45306a0542e679c7b518;hpb=8fa3d2b8161bb73b759c9db5c811c885ca5ec60c;p=karo-tx-uboot.git diff --git a/net/nfs.h b/net/nfs.h index a5a1b432e6..d69b422f52 100644 --- a/net/nfs.h +++ b/net/nfs.h @@ -1,10 +1,7 @@ /* * (C) Masami Komiya 2004 * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2, or (at - * your option) any later version. + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __NFS_H__ @@ -72,7 +69,7 @@ struct rpc_t { } reply; } u; }; -extern void NfsStart(void); /* Begin NFS */ +void nfs_start(void); /* Begin NFS */ /**********************************************************************/