From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754585AbcDKMfJ (ORCPT ); Mon, 11 Apr 2016 08:35:09 -0400 Received: from ozlabs.org ([103.22.144.67]:52603 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753206AbcDKMfI (ORCPT ); Mon, 11 Apr 2016 08:35:08 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 8038665fb54f1e54785c63be111647abebfe9f20 In-Reply-To: <1459116497-19991-2-git-send-email-paul.gortmaker@windriver.com> To: Paul Gortmaker , From: Michael Ellerman Cc: Arnd Bergmann , Paul Gortmaker , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: Re: [1/3] powerpc: make cell/spu_base.c explicitly non-modular Message-Id: <3qk8fK6kfzz9t3g@ozlabs.org> Date: Mon, 11 Apr 2016 22:35:05 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2016-27-03 at 22:08:15 UTC, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > arch/powerpc/platforms/cell/Kconfig:config SPU_BASE > arch/powerpc/platforms/cell/Kconfig: bool > > ...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. ... > > Signed-off-by: Paul Gortmaker Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/8038665fb54f1e54785c63be11 cheers