From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Garrett Subject: Re: [PATCH v3 1/2] apple_bl: Add register/unregister functions Date: Fri, 16 Mar 2012 15:37:30 +0000 Message-ID: <20120316153730.GA2399@srcf.ucam.org> References: <1331847128-16339-1-git-send-email-seth.forshee@canonical.com> <1331847128-16339-2-git-send-email-seth.forshee@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from cavan.codon.org.uk ([93.93.128.6]:41267 "EHLO cavan.codon.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031171Ab2CPPhd (ORCPT ); Fri, 16 Mar 2012 11:37:33 -0400 Content-Disposition: inline In-Reply-To: <1331847128-16339-2-git-send-email-seth.forshee@canonical.com> Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: Seth Forshee Cc: platform-driver-x86@vger.kernel.org, Richard Purdie , linux-kernel@vger.kernel.org On Thu, Mar 15, 2012 at 04:32:07PM -0500, Seth Forshee wrote: > +extern int apple_bl_register(void); > +extern void apple_bl_unregister(void); > + > +#endif Ideally you'd provide stub functions here so gmux can be built even if apple_bl isn't. -- Matthew Garrett | mjg59@srcf.ucam.org