Re: [PATCH v2] cxl: fix build when CONFIG_DEBUG_FS=n

2017-02-01 Thread Ian Munsie
Acked-by: Ian Munsie

[PATCH v2] cxl: fix build when CONFIG_DEBUG_FS=n

2017-01-31 Thread Andrew Donnellan
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