From: Yi Zou Date: Tue, 3 Nov 2009 19:48:39 +0000 (-0800) Subject: [SCSI] fcoe: remove extra function decalrations X-Git-Tag: v2.6.33-rc1~344^2~89 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4e5ad003ae07999593bb58ffb7ea646700647390;p=karo-tx-linux.git [SCSI] fcoe: remove extra function decalrations Remove the two extra function decalartions in fcoe.c. Signed-off-by: Yi Zou Signed-off-by: Robert Love Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c index 5615dfe10bf5..17ce2efc3c19 100644 --- a/drivers/scsi/fcoe/fcoe.c +++ b/drivers/scsi/fcoe/fcoe.c @@ -102,9 +102,6 @@ static int fcoe_cpu_callback(struct notifier_block *, unsigned long, void *); static int fcoe_create(const char *, struct kernel_param *); static int fcoe_destroy(const char *, struct kernel_param *); -static u8 *fcoe_get_src_mac(struct fc_lport *); -static void fcoe_destroy_work(struct work_struct *); - static struct fc_seq *fcoe_elsct_send(struct fc_lport *, u32 did, struct fc_frame *, unsigned int op,