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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 D31D0C07E96 for ; Tue, 13 Jul 2021 10:46:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BD87661279 for ; Tue, 13 Jul 2021 10:46:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235745AbhGMKtb (ORCPT ); Tue, 13 Jul 2021 06:49:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:42436 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235529AbhGMKta (ORCPT ); Tue, 13 Jul 2021 06:49:30 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B095F61249; Tue, 13 Jul 2021 10:46:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626173200; bh=c9UpD6VZOUpDPPoTB+sO8WLxQ5mV4CmewAARcqcWFBA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JXOurKHbRYOYrrnKlHBccQTTxtCsNLJwFzHb55/RtZia4O9xE0GnCkJfWCdjHX6xf PyT2TMloBOUxxg2PAjc7pnl2qiodzxTxCXdfgUtbuEu/sZtvKAbrkNbw6Ag+Lw0VvA Stu5OpPGpU9soCMlr3IMG/IpJ8g/abVIcFTxfW5M= Date: Tue, 13 Jul 2021 12:46:36 +0200 From: Greg KH To: "Alice Guo (OSS)" Cc: linux-kernel@vger.kernel.org, rafael@kernel.org Subject: Re: [PATCH v1] base: soc: export soc_device_to_device API Message-ID: References: <20210713081255.17308-1-alice.guo@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210713081255.17308-1-alice.guo@oss.nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 13, 2021 at 04:12:55PM +0800, Alice Guo (OSS) wrote: > From: Alice Guo > > Driver which uses soc_device_to_device needs to be built as a module, so > export this API. What in-kernel driver needs this? I have not seen any build errors, where were they reported? thanks, greg k-h