From: Vasu Dev Date: Fri, 27 Mar 2009 16:07:43 +0000 (-0700) Subject: [SCSI] fcoe: renames libfcoe.c to fcoe.c as the only fcoe module file X-Git-Tag: v2.6.30-rc1~185^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a703e490f5e86ddaac4086e56b669fa7316b4a9f;p=profile%2Fivi%2Fkernel-x86-ivi.git [SCSI] fcoe: renames libfcoe.c to fcoe.c as the only fcoe module file Renames libfcoe.c to fcoe.c, fcoe.c becomes the only .c file for fcoe.ko. Also deleted "$Id: Makefile" from fcoe module Makefle. Signed-off-by: Vasu Dev Signed-off-by: Robert Love Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/fcoe/Makefile b/drivers/scsi/fcoe/Makefile index 2d9dae4..9b590ef 100644 --- a/drivers/scsi/fcoe/Makefile +++ b/drivers/scsi/fcoe/Makefile @@ -1,6 +1 @@ -# $Id: Makefile - obj-$(CONFIG_FCOE) += fcoe.o - -fcoe-y := \ - libfcoe.o diff --git a/drivers/scsi/fcoe/libfcoe.c b/drivers/scsi/fcoe/fcoe.c similarity index 100% rename from drivers/scsi/fcoe/libfcoe.c rename to drivers/scsi/fcoe/fcoe.c