[SCSI] fcoe: cleans up libfcoe.h and adds fcoe.h for fcoe module
authorVasu Dev <vasu.dev@intel.com>
Tue, 17 Mar 2009 18:42:24 +0000 (11:42 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 3 Apr 2009 14:23:06 +0000 (09:23 -0500)
commitfdd78027fd472351783fb6110a72d991c1a07402
tree47b4ba0804601873cb15a739a1f5c91e46660655
parent5e80f7f7c87990ffe7856a0d35a94ea52b8f4c59
[SCSI] fcoe: cleans up libfcoe.h and adds fcoe.h for fcoe module

Removes no where used several inline functions prefixed with skb_*
and be16_to_cpu.

Moves fcoe module specific func prototypes to fcoe.c from libfcoe.h,
moved only need for build.

Adds fcoe module header file fcoe.h and then moves fcoe module
specific fcoe_percpu_s and fcoe_softc to fcoe.h from libfcoe.h.

Moves all defines from fcoe.c to fcoe.h since now fcoe module
has its own header file fcoe.h.

[jejb: removed EXPORT_SYMBOL_GPL(fcoe_fc_crc) which caused a section mismatch]
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>
drivers/scsi/fcoe/fcoe.c
drivers/scsi/fcoe/fcoe.h [new file with mode: 0644]
include/scsi/libfcoe.h