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 ECF64C46467 for ; Sun, 27 Nov 2022 22:07:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229518AbiK0WHx (ORCPT ); Sun, 27 Nov 2022 17:07:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229641AbiK0WHw (ORCPT ); Sun, 27 Nov 2022 17:07:52 -0500 Received: from mail-yb1-xb2c.google.com (mail-yb1-xb2c.google.com [IPv6:2607:f8b0:4864:20::b2c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5FFC3E43 for ; Sun, 27 Nov 2022 14:07:51 -0800 (PST) Received: by mail-yb1-xb2c.google.com with SMTP id z192so11249577yba.0 for ; Sun, 27 Nov 2022 14:07:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=QTuQK++WvCw4AenD/ByjFB9xfaDXAXEdI7zL7dwhMYA=; b=xRmt3Iwow88UXHBQ1h1i38Y7tjZvkahSpU0bdukn+sTbwlRW6DjdetXY6xZyB0vzgt J0jGBR2Zc272ecTguS/7FeQhe0CbGXPm+4Nn2hswWY61EclZ7xwvQCTv2JW6ft6IEvOk DmW0yXNKxwyIDMjt0xX26a9ncE6SG8YTKZtIEDzAi9bB5OCttGQGof697ndPNeKvZyNw lF3jZH0Gidq6pxBsxQ0YTGskEXzsOekuYiA48fOukatjlG15ylaiAYoaBjzBy5l/M5Cj ODGBulmgjFy/6Rb1EB/nHTC6r7vverT5/NEchhk9hbali5OZ+bcvDBpxj6bSs1nnc/cg shSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=QTuQK++WvCw4AenD/ByjFB9xfaDXAXEdI7zL7dwhMYA=; b=SkevErvliz6smNr27XAVwihwHv0K2TtNyYMLLBmUIQJE6jdxjdzPtXAk5shdCdnk5G nHvrTxY+8NBBB8H4Fik1LktbcsAZ5KTXhLha4K03TYDAQwJLOzlmxFVPWUq9dsUJgGui X6K+bOitooyWGe9RROlhF9n9fWdm9NtA8+qsUUVH30aSOVKwBH4RI1yzJeA1THptzMWl k+xet0l2THUHYazF5ZPt0+ZQk1V174ib4G0OOMZM8ifWiOBIe+orCZywB4J1i52Ps27K bqoE5ubvbXVjO0JQlCwykO0NFbPUtO2BXpQGWdyfo47alGhbx1lJsqgDsFP0Zj9nB6kW hWBw== X-Gm-Message-State: ANoB5pmNyoY8vqyNSMWqGURA7ZUsjIdy4Mpn2UoA/PSpruobznWAKmyw MDbf/q5XVz3P/UX2EcEfeD+ilHJHGd+Go6wvDJAz3g== X-Google-Smtp-Source: AA0mqf4828ZPtJcTGa/IZef2ZjFxO4Gp3F1XLdaeCoJ+TITzHvqfT4VPRmT5o/R3Iu1aX9zy3Kf63CdiUHl6nAhnrtM= X-Received: by 2002:a25:d8d4:0:b0:6f0:36e2:5fc2 with SMTP id p203-20020a25d8d4000000b006f036e25fc2mr21279966ybg.52.1669586870572; Sun, 27 Nov 2022 14:07:50 -0800 (PST) MIME-Version: 1.0 References: <3f75784c57dc0682b5e1758daddd93fee6bb4b27.1669585920.git.christophe.jaillet@wanadoo.fr> In-Reply-To: <3f75784c57dc0682b5e1758daddd93fee6bb4b27.1669585920.git.christophe.jaillet@wanadoo.fr> From: Linus Walleij Date: Sun, 27 Nov 2022 23:07:39 +0100 Message-ID: Subject: Re: [PATCH] gpio: Do not include when not really needed. To: Christophe JAILLET , Andy Shevchenko Cc: Rob Herring , Frank Rowand , Bartosz Golaszewski , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Sun, Nov 27, 2022 at 10:52 PM Christophe JAILLET wrote: > is included only for using container_of(). > Include instead, it is much lighter. > > Signed-off-by: Christophe JAILLET This is fine. Reviewed-by: Linus Walleij As Andy split out the container_of header file a year ago or so he certainly want to ACK this too. Yours, Linus Walleij