NVMe: Move structures & definitions to header file
authorVishal Verma <vishal.l.verma@intel.com>
Tue, 5 Mar 2013 01:40:57 +0000 (18:40 -0700)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Wed, 27 Mar 2013 11:05:42 +0000 (07:05 -0400)
nvme-scsi.c uses several data structures and definitions that were
previously private to nvme-core.c.  Move the definitions to nvme.h,
protected by __KERNEL__.

Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>

No differences found