From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 32B22C43387 for ; Sun, 23 Dec 2018 16:35:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0016C2184D for ; Sun, 23 Dec 2018 16:35:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729838AbeLWQfc (ORCPT ); Sun, 23 Dec 2018 11:35:32 -0500 Received: from muru.com ([72.249.23.125]:59192 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726989AbeLWQfc (ORCPT ); Sun, 23 Dec 2018 11:35:32 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7BE178119; Sun, 23 Dec 2018 16:35:36 +0000 (UTC) Date: Sun, 23 Dec 2018 08:35:28 -0800 From: Tony Lindgren To: Paul Gortmaker Cc: Lee Jones , linux-kernel@vger.kernel.org, Graeme Gregory , Jorge Eduardo Candelaria , linux-omap@vger.kernel.org Subject: Re: [PATCH 11/18] mfd: tps65910: Make it explicitly non-modular Message-ID: <20181223163528.GP6707@atomide.com> References: <1545078688-21217-1-git-send-email-paul.gortmaker@windriver.com> <1545078688-21217-12-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1545078688-21217-12-git-send-email-paul.gortmaker@windriver.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Paul Gortmaker [181217 20:36]: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_TPS65910 > drivers/mfd/Kconfig- bool "TI TPS65910 Power Management chip" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the modular code that is essentially orphaned, so that > when reading the driver there is no doubt it is builtin-only. Acked-by: Tony Lindgren