Re: [PATCH v2] cxl: fix build when CONFIG_DEBUG_FS=n
Acked-by: Ian Munsie
[PATCH v2] cxl: fix build when CONFIG_DEBUG_FS=n
Stub out the debugfs functions so that the build doesn't break when CONFIG_DEBUG_FS=n. Reported-by: Michael Ellerman Signed-off-by: Andrew Donnellan --- v1->v2: - use inline stubs in cxl.h instead of normal functions --- drivers/misc/cxl/Makefile | 3 ++- drivers/misc/cxl/cxl.h| 59