]> asedeno.scripts.mit.edu Git - linux.git/commit
ocxl: Split pci.c
authorAlastair D'Silva <alastair@d-silva.org>
Wed, 27 Mar 2019 05:31:30 +0000 (16:31 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 16:55:01 +0000 (02:55 +1000)
commit1ba2143606a10f1c2e7308bc7abd940a6381cffd
treedfed0c2661682dc85bf48621f8ca36a08633bdee
parentb696d28283e2e030cdc9ece7a4eb0a93b4c474fd
ocxl: Split pci.c

In preparation for making core code available for external drivers,
move the core code out of pci.c and into core.c

Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
Acked-by: Frederic Barrat <fbarrat@linux.ibm.com>
Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/misc/ocxl/Makefile
drivers/misc/ocxl/core.c [new file with mode: 0644]
drivers/misc/ocxl/ocxl_internal.h
drivers/misc/ocxl/pci.c