diff options
author | Vasu Dev <vasu.dev@intel.com> | 2009-03-17 14:42:13 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-04-03 10:23:04 -0400 |
commit | 9b34ecffd59d6ed66fdd6906e8a092a33e7c8564 (patch) | |
tree | e044e14d7627fa36a817e89be4ba23373ee11f76 /drivers/scsi/fcoe/fcoe.c | |
parent | a703e490f5e86ddaac4086e56b669fa7316b4a9f (diff) |
[SCSI] fcoe, libfc: add libfcoe module
Just sets up build environment for libfcoe module towards a
libfcoe library for libfc LLDs using FCoE as libfc transport.
Common library code to libfcoe is added in next patch.
Also, updated MODULE_LICENSE from "GPL" string to "GPL v2" for
libfc, libfcoe and fcoe modules to accurately match the licenses.
Signed-off-by: Vasu Dev <vasu.dev@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/fcoe/fcoe.c')
-rw-r--r-- | drivers/scsi/fcoe/fcoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c index a81a8ec3908e..23983c789429 100644 --- a/drivers/scsi/fcoe/fcoe.c +++ b/drivers/scsi/fcoe/fcoe.c | |||
@@ -70,7 +70,7 @@ static int debug_fcoe; | |||
70 | 70 | ||
71 | MODULE_AUTHOR("Open-FCoE.org"); | 71 | MODULE_AUTHOR("Open-FCoE.org"); |
72 | MODULE_DESCRIPTION("FCoE"); | 72 | MODULE_DESCRIPTION("FCoE"); |
73 | MODULE_LICENSE("GPL"); | 73 | MODULE_LICENSE("GPL v2"); |
74 | 74 | ||
75 | /* fcoe host list */ | 75 | /* fcoe host list */ |
76 | LIST_HEAD(fcoe_hostlist); | 76 | LIST_HEAD(fcoe_hostlist); |