]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cxl: Move include file cxl.h -> cxl-base.h
authorMichael Neuling <mikey@neuling.org>
Wed, 27 May 2015 06:07:16 +0000 (16:07 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 3 Jun 2015 03:27:19 +0000 (13:27 +1000)
commitec249dd860ed88e15b3e2bd363cbfc76ba8c1884
treeed008a89b17daa1482b6f3c884e8198b08b1aa28
parent406e12ec0b645f22b16affc71b8aa429d1777f05
cxl: Move include file cxl.h -> cxl-base.h

This moves the current include file from cxl.h -> cxl-base.h.  This current
include file is used only to pass information between the base driver that
needs to be built into the kernel and the cxl module.

This is to make way for a new include/misc/cxl.h which will
contain just the kernel API for other driver to use

Signed-off-by: Michael Neuling <mikey@neuling.org>
Acked-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
MAINTAINERS
arch/powerpc/include/asm/pnv-pci.h
arch/powerpc/mm/copro_fault.c
arch/powerpc/mm/hash_native_64.c
arch/powerpc/platforms/powernv/pci-ioda.c
drivers/misc/cxl/base.c
drivers/misc/cxl/cxl.h
drivers/misc/cxl/irq.c
drivers/misc/cxl/main.c
drivers/misc/cxl/native.c
include/misc/cxl-base.h [moved from include/misc/cxl.h with 95% similarity]