Skip to content

Commit

Permalink
ocxl: Split pci.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Frederic Barrat <[email protected]>
Acked-by: Andrew Donnellan <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
  • Loading branch information
deece authored and mpe committed May 2, 2019
1 parent b696d28 commit 1ba2143
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 518 deletions.
1 change: 1 addition & 0 deletions drivers/misc/ocxl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ccflags-$(CONFIG_PPC_WERROR) += -Werror

ocxl-y += main.o pci.o config.o file.o pasid.o
ocxl-y += link.o context.o afu_irq.o sysfs.o trace.o
ocxl-y += core.o
obj-$(CONFIG_OCXL) += ocxl.o

# For tracepoints to include our trace.h from tracepoint infrastructure:
Expand Down
Loading

0 comments on commit 1ba2143

Please sign in to comment.