From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751509Ab1HPIGb (ORCPT ); Tue, 16 Aug 2011 04:06:31 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:36876 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751020Ab1HPIG2 (ORCPT ); Tue, 16 Aug 2011 04:06:28 -0400 Date: Tue, 16 Aug 2011 09:06:26 +0100 From: Mark Brown To: Stephen Rothwell Cc: Linus , LKML , Stephen Warren Subject: Re: [PATCH] regmap: using module facilities requires module.h Message-ID: <20110816080626.GA15093@opensource.wolfsonmicro.com> References: <20110816093606.a764b904550c84f7db4c1b2d@canb.auug.org.au> <20110815234106.GB14003@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110815234106.GB14003@opensource.wolfsonmicro.com> X-Cookie: You will be married within a year. User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 16, 2011 at 08:41:06AM +0900, Mark Brown wrote: > On Tue, Aug 16, 2011 at 09:36:06AM +1000, Stephen Rothwell wrote: > > Commit b33f9cbd67ba ("regmap: Specify a module license") added a > > MODULES_LICENSE to this file without adding an include of module.h. > > module.h should ahve been included anyway, since this file has > > EXPORT_SYMBOLs as well. With the pending module.h spliit up, this would > > probably caused build problems. > Applied with a few typo fixes to the commit log, thanks. ...and backed out again as Linus applied directly anyway (with the same typo fixes).