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)
commit13c3b0fcc8e33ba49f252378f6e7290b146042af
tree8f9e649baaa3d33c2788a46e1cd6f8ae43942315
parent729dd1bd802acb973eec9c73ccb87d3143c13937
NVMe: Move structures & definitions to header file

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>
drivers/block/nvme-core.c
include/linux/nvme.h