commit | e08ebf468784668155fd889b9eaf7868f283fe87 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Oct 26 04:24:01 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Nov 02 15:20:40 2012 -0700 |
tree | c0b4db6060d0f3c5bf0a029408f3df70be593fcb | |
parent | af8d1d3f71d27aafadab43e85076a9d0389d3d1b [diff] |
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>