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: https://git.karo-electronics.de/?a=commitdiff_plain;h=a703e490f5e86ddaac4086e56b669fa7316b4a9f;p=karo-tx-linux.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 2d9dae48ac0e..9b590ef170c0 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