From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v5 3/8] pinctrl: cygnus: add initial IOMUX driver support Date: Mon, 9 Mar 2015 17:28:27 +0100 Message-ID: References: <1425515756-321-1-git-send-email-rjui@broadcom.com> <1425515756-321-4-git-send-email-rjui@broadcom.com> <1425542612.24292.180.camel@x220> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1425542612.24292.180.camel@x220> Sender: linux-kernel-owner@vger.kernel.org To: Paul Bolle Cc: Ray Jui , Alexandre Courbot , Stephen Warren , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , Christian Daudt , Matt Porter , Florian Fainelli , Russell King , Arnd Bergmann , Scott Branden , Dmitry Torokhov , Anatol Pomazau , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-gpio@vger.kernel.org" , bcm-kernel-feedback-list List-Id: linux-gpio@vger.kernel.org On Thu, Mar 5, 2015 at 9:03 AM, Paul Bolle wrote: >>[...] >> +MODULE_AUTHOR("Ray Jui "); >> +MODULE_DESCRIPTION("Broadcom Cygnus IOMUX driver"); >> +MODULE_LICENSE("GPL v2"); > > These three macros will be preprocessed away. (And I guess you could > also drop the linux/module.h include, but I haven't actually tested that > guess.) I think you're right. Or I fear you're right. But this problem is present in so many drivers that a generic fixup needs to be done with a script and across an entire subsystem at once, and besides I'm not sure of these macros disturb so much. They are documentation in a sense, albeit a kind of documentation we used before we had git to record the actual authors of the code. Yours, Linus Walleij