From: Randy Dunlap Date: Tue, 28 Apr 2009 04:49:31 +0000 (-0700) Subject: [SCSI] fcoe, libfc: fix function declarations to be ANSI-compliant X-Git-Tag: v2.6.31-rc1~365^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d428adebe9f1232c72bf4c686a6f0eed047cc2;p=pandora-kernel.git [SCSI] fcoe, libfc: fix function declarations to be ANSI-compliant Fix function declarations: drivers/scsi/fcoe/fcoe.c:1356:28: warning: non-ANSI function declaration of function 'fcoe_dev_setup' drivers/scsi/libfc/fc_rport.c:1293:20: warning: non-ANSI function declaration of function 'fc_setup_rport' drivers/scsi/libfc/fc_rport.c:1302:23: warning: non-ANSI function declaration of function 'fc_destroy_rport' [jejb: fixed wrong doc in comment noticed during inspection] Signed-off-by: Randy Dunlap Signed-off-by: James Bottomley --- Reading git-diff-tree failed