]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit27d2e64dcc08ce55c19599a12f26f3c49bf8b8ba
treeaa46f83b5d7c7d104902aedd333c0f4f02817b29
parent8dd53aa8f3af955ec9fcaa092085c26556a35562
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 [new file with mode: 0644]
drivers/ntb/hw/intel/ntb_hw_intel.h [new file with mode: 0644]
drivers/ntb/ntb_hw.c [deleted file]
drivers/ntb/ntb_hw.h [deleted file]
drivers/ntb/ntb_regs.h [deleted file]
drivers/ntb/ntb_transport.c
include/linux/ntb.h [deleted file]
include/linux/ntb_transport.h [new file with mode: 0644]