From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 9BDD21A0E09 for ; Tue, 26 May 2015 11:22:48 +1000 (AEST) Message-ID: <1432603368.18833.0.camel@neuling.org> Subject: Re: [PATCH 12/19] cxl: Export some symbols From: Michael Neuling To: Ian Munsie Cc: mpe , benh , "Matthew R. Ochs" , linuxppc-dev , "Manoj N. Kumar" , brking , Daniel Axtens Date: Tue, 26 May 2015 11:22:48 +1000 In-Reply-To: <1432199656-sup-1113@delenn.ozlabs.ibm.com> References: <1432034556-32400-1-git-send-email-mikey@neuling.org> <1432034556-32400-13-git-send-email-mikey@neuling.org> <1432199656-sup-1113@delenn.ozlabs.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2015-05-21 at 19:16 +1000, Ian Munsie wrote: > > +void assign_psn_space(struct cxl_context *ctx); >=20 > Should we consider renaming this to cxl_assign_psn_space to namespace it > now that it's potentially callable from elsewhere in the kernel? >=20 > > +int afu_check_and_enable(struct cxl_afu *afu); >=20 > Likewise? Yep, I just resent with cxl_ added. Mikey > Acked-by: Ian Munsie >=20 > -Ian >=20