On Thu, 2015-05-21 at 19:16 +1000, Ian Munsie wrote:
> > +void assign_psn_space(struct cxl_context *ctx);
>
> Should we consider renaming this to cxl_assign_psn_space to namespace it
> now that it's potentially callable from elsewhere in the kernel?
>
> > +int afu_check_and_enable(struct cxl_afu
> +void assign_psn_space(struct cxl_context *ctx);
Should we consider renaming this to cxl_assign_psn_space to namespace it
now that it's potentially callable from elsewhere in the kernel?
> +int afu_check_and_enable(struct cxl_afu *afu);
Likewise?
Acked-by: Ian Munsie
-Ian
_
These will soon be using elsewhere in the driver.
Signed-off-by: Michael Neuling
---
drivers/misc/cxl/cxl.h| 5 +
drivers/misc/cxl/native.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/drivers/misc/cxl/cxl.h b/drivers/misc/cxl/cxl.h
index 8180680..15e1077 1006