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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 177BAC07CB1 for ; Mon, 27 Nov 2023 03:06:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=299OrLXQeKYpLvGIMY2+X5xT6k11hEFDeZZM8AwKI8w=; b=Of1EQh/+ch2QCB 90bKmAZWOkZKX0+NoU/X5CcYiCLaZ2zSeE5UPEBb80TN6VlTvCZdPYiN6Rd+ckWSU9QuoW5YAVEVz 3nwVZX+X0KEcztutaQUl+s7SGuiM/7CN0y/6uNp37u9qvd9n4dgyfvhOVbnYyIUKr2JMshxQNDwMi pAu5UhAK7Zf2HSBzI1NivYb7eZgTnqdu/t+qPdQoyKM4jjABTnuEJg1uPv9i7JwWHIsj1ZREzSIyU WIcZNgU69Z4qhijL/lh7OkpDnX4Y72BRRaoOeF2sLKkpLTnM8NAyS5hD20xAKS/sESFaKjF0lc1KD SHTeWSugzpvJKJHqMA3Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r7RwW-0016YY-24; Mon, 27 Nov 2023 03:05:54 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r7RwU-0016WT-0o for linux-arm-kernel@lists.infradead.org; Mon, 27 Nov 2023 03:05:51 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id B86EF60FAF; Mon, 27 Nov 2023 03:05:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11E7FC433C7; Mon, 27 Nov 2023 03:05:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701054349; bh=wJFAeOGshFDxEPHQZh6FK2rmzXE1y7l9c9VTtj4pc3w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oFqQMVQFQ3DjdFUnEJ+P62Q0ZEojQAsFJvYG6U4Gm/577vXfVLZumcRl+IyMTGw/T +cOgBYLIhtC1bbL1p8tNr6wk9FUhjvaIwJAefnHg3uI5GHi31PcWCnJHKjjPoVH/oA ijkq09PJ7DBWlDbpYMlvb9gqNOG/szr/PW1TycPyM+j+B/Vn2nIWdtlRtIt3OX62nq 4UfStMXJUYbWSmmi3PADbmR9hP0pSPc64XdWRIB0Q2k4V+64qXjpC4B94di1gh93OK +hUgTbdjdTgXqi72nDEMYv5Boku4bqL4EpKsJA4LgVYoy5H9hGyvBZg3bJQRf8rEzu d1oE7WpPT4cLw== Date: Mon, 27 Nov 2023 11:05:44 +0800 From: Shawn Guo To: Rob Herring Cc: Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH] bus: imx-weim: Use device_get_match_data() Message-ID: <20231127030544.GX87953@dragon> References: <20231025161221.371153-1-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231025161221.371153-1-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231126_190550_355352_2C9A8DFC X-CRM114-Status: UNSURE ( 8.01 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Oct 25, 2023 at 11:12:21AM -0500, Rob Herring wrote: > Use preferred device_get_match_data() instead of of_match_device() to > get the driver match data. With this, adjust the includes to explicitly > include the correct headers. > > Signed-off-by: Rob Herring Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel