--- zzzz-none-000/linux-2.6.19.2/fs/nfs/nfsroot.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/fs/nfs/nfsroot.c 2008-04-10 12:21:44.000000000 +0000 @@ -104,7 +104,7 @@ static char nfs_path[NFS_MAXPATHLEN] __initdata = { 0, }; /* NFS-related data */ -static struct nfs_mount_data nfs_data __initdata = { 0, };/* NFS mount info */ +static struct nfs_mount_data nfs_data __initdata = { .version = 0 };/* NFS mount info */ static int nfs_port __initdata = 0; /* Port to connect to for NFS */ static int mount_port __initdata = 0; /* Mount daemon port number */