OSDN Git Service

NTB: Move files in preparation for NTB abstraction
authorAllen Hubbe <Allen.Hubbe@emc.com>
Thu, 7 May 2015 10:45:21 +0000 (06:45 -0400)
committerAllen Hubbe <Allen.Hubbe@emc.com>
Thu, 2 Jul 2015 14:09:23 +0000 (10:09 -0400)
commitec110bc7cc48d7806c9b65094e6afb19452d458f
treeaa46f83b5d7c7d104902aedd333c0f4f02817b29
parentd8133356e99713bd023b229de107ddd6dd6d375a
NTB: Move files in preparation for NTB abstraction

This patch only moves files to their new locations, before applying the
next two patches adding the NTB Abstraction layer.  Splitting this patch
from the next is intended make distinct which code is changed only due
to moving the files, versus which are substantial code changes in adding
the NTB Abstraction layer.

Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/net/Kconfig
drivers/net/ntb_netdev.c
drivers/ntb/Makefile
drivers/ntb/hw/intel/ntb_hw_intel.c [moved from drivers/ntb/ntb_hw.c with 99% similarity]
drivers/ntb/hw/intel/ntb_hw_intel.h [moved from drivers/ntb/ntb_hw.h with 65% similarity]
drivers/ntb/ntb_regs.h [deleted file]
drivers/ntb/ntb_transport.c
include/linux/ntb_transport.h [moved from include/linux/ntb.h with 96% similarity]