[SCSI] fcoe: remove unnecessary list and lock initializations.
authorJoe Eykholt <jeykholt@cisco.com>
Tue, 25 Aug 2009 20:59:19 +0000 (13:59 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Thu, 10 Sep 2009 17:07:29 +0000 (12:07 -0500)
commit36eb7fc872bdd7f7443ce24a718784bfa567f6c7
tree54ec06f3a60f02d297df0e0bb3c4741ba82cd354
parent5892c32f8a2d5a37d4c2ff1df62f6e8a2664abdb
[SCSI] fcoe: remove unnecessary list and lock initializations.

The hostlist and the hostlist_lock were initialized both in
the delcaration and in fcoe_init().  Remove the unneeded code.

Signed-off-by: Joe Eykholt <jeykholt@cisco.com>
Signed-off-by: Chris Leech <christopher.leech@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/fcoe/fcoe.c