From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753436AbcH0LQl (ORCPT ); Sat, 27 Aug 2016 07:16:41 -0400 Received: from mail-oi0-f53.google.com ([209.85.218.53]:34613 "EHLO mail-oi0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751976AbcH0LQk (ORCPT ); Sat, 27 Aug 2016 07:16:40 -0400 MIME-Version: 1.0 In-Reply-To: <20160823211944.18554-7-paul.gortmaker@windriver.com> References: <20160823211944.18554-1-paul.gortmaker@windriver.com> <20160823211944.18554-7-paul.gortmaker@windriver.com> From: Linus Walleij Date: Sat, 27 Aug 2016 13:16:39 +0200 Message-ID: Subject: Re: [PATCH 6/6] pinctrl: sirf: make core support explicitly non-modular To: Paul Gortmaker Cc: "linux-kernel@vger.kernel.org" , Rongjun Ying , Yuping Luo , Barry Song , "linux-gpio@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 23, 2016 at 11:19 PM, Paul Gortmaker wrote: > The Makefile currently controlling compilation of this code is: > > drivers/pinctrl/sirf/pinctrl-sirf.o > --> drivers/pinctrl/sirf/Makefile:obj-y += pinctrl-sirf.o > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the couple traces of modular infrastructure use, so that > when reading the driver there is no doubt it is builtin-only. > > We also delete the MODULE_LICENSE tag etc. since all that information > was (or is now) contained at the top of the file in the comments. > > Cc: Linus Walleij > Cc: Rongjun Ying > Cc: Yuping Luo > Cc: Barry Song > Cc: linux-gpio@vger.kernel.org > Signed-off-by: Paul Gortmaker Patch applied. Yours, Linus Walleij