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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14DF6C32771 for ; Mon, 26 Sep 2022 07:55:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234181AbiIZHzF (ORCPT ); Mon, 26 Sep 2022 03:55:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234636AbiIZHyT (ORCPT ); Mon, 26 Sep 2022 03:54:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1FD9D3E75B; Mon, 26 Sep 2022 00:49:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id ED6BA61227; Mon, 26 Sep 2022 07:48:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 23259C433C1; Mon, 26 Sep 2022 07:48:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664178501; bh=/htJEdi2feByWdsEsHxT+AkmDwBkzzciAM9gCrQcalA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FMqCHkcxoFIYNza3vOKTEy1C9UEARwh3Id2YEl8DjSTbSoqizdhvr0bIW8ZH7yuUF nwXOYFSUCoo4oGZQFIc3639SezWm+q1n0MCrce45zpOCjwsWYIGUTy7cx2Yp5ouq50 7XqXN6CDgimEVi5CbrA9l9roNbbN/h23raCbVVH+aO0fhCdnBY9trYnAeUUO2/hOga 3e+ceHrB7t3qEVSo1r6D4ojIRCXoKi0ECRjYRncxH2rov/tuBJVnBZVmvKcphBls61 59VNUEvYSRL89QFkfT63kzX9G0UWlNKgyhRxbRlKaNoFmmbVnipnlbUdTM1FAJCZ7A MXN88i/YP98Bg== Date: Mon, 26 Sep 2022 08:48:16 +0100 From: Lee Jones To: Andy Shevchenko Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Tony Lindgren Subject: Re: [PATCH v1 1/1] mfd: twl4030: Add missed linux/device.h header Message-ID: References: <20220923175401.8723-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220923175401.8723-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 23 Sep 2022, Andy Shevchenko wrote: > With compile testing on non-OMAP platforms compiler might be not happy: > > In function ‘twl4030_sih_setup’: > error: implicit declaration of function ‘dev_err’ [-Werror=implicit-function-declaration] > error: implicit declaration of function ‘dev_info’ [-Werror=implicit-function-declaration] > In function ‘twl4030_init_irq’: > error: invalid use of undefined type ‘struct device’ > > Add missed header. > > Signed-off-by: Andy Shevchenko > --- > drivers/mfd/twl4030-irq.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks. -- Lee Jones [李琼斯]