]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)
authorStefan Roese <sr@denx.de>
Fri, 26 Oct 2012 04:24:01 +0000 (04:24 +0000)
committerTom Rini <trini@ti.com>
Fri, 2 Nov 2012 22:20:40 +0000 (15:20 -0700)
commite08ebf468784668155fd889b9eaf7868f283fe87
treec0b4db6060d0f3c5bf0a029408f3df70be593fcb
parentaf8d1d3f71d27aafadab43e85076a9d0389d3d1b
ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)

This patch fixes the following compile warning:
zfs.c:2006:1: warning: 'zfs_label' defined but not used [-Wunused-function]
zfs.c:2029:1: warning: 'zfs_uuid' defined but not used [-Wunused-function]

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Jorgen Lundman <lundman@lundman.net>
fs/zfs/zfs.c