From: adilger Date: Wed, 27 May 2009 21:56:01 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_2_01~1^2~381 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=be7a5f02f5b5e141162dc0d9b2ccca933c5b42df;p=fs%2Flustre-release.git Branch b1_8 Remove spurious function prototype that is already in a header. b=18092 --- diff --git a/lustre/lvfs/lvfs_lib.c b/lustre/lvfs/lvfs_lib.c index 3f354af..dde2c34 100644 --- a/lustre/lvfs/lvfs_lib.c +++ b/lustre/lvfs/lvfs_lib.c @@ -246,7 +246,6 @@ int obd_fail_check(__u32 id) } if (obd_fail_loc & OBD_FAIL_RAND) { - unsigned int ll_rand(void); if (obd_fail_val < 2) return 0; if (ll_rand() % obd_fail_val > 0)