From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 29 Apr 2020 12:51:01 +0000 Subject: Re: [PATCH v2] video: fbdev: controlfb: fix build for COMPILE_TEST=y && PPC_PMAC=y && PPC32=n Message-Id: <20200429125101.GA21275@infradead.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bartlomiej Zolnierkiewicz Cc: Stephen Rothwell , kbuild test robot , Sam Ravnborg , Daniel Vetter , linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Why do we even bother allocing the driver to compile for !ppc32 given that it clearly needs ppc-specific infrastructure? The whole idea of needing magic stubs for the COMPILE_TEST case seems rather counterproduction.