Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3651427pxf; Mon, 15 Mar 2021 15:03:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwGuSpluNZC/9f81FEfPDpqJ4a8PySlEolGPHO4jW3JJe0996cMkXc6Vq4/ERrlb0g+PVyS X-Received: by 2002:a17:906:4410:: with SMTP id x16mr26234997ejo.446.1615845797414; Mon, 15 Mar 2021 15:03:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1615845797; cv=none; d=google.com; s=arc-20160816; b=0fZvGT3yh8xC6n1egQDixoi9Ub+Uj1ZW1GG4H8d55ZRUtNdglHXYtfqeI+pf2qB1DT VRHR92x/y4C0pOnhJ+TnM94xJdyM45CMH/6lp3eANbv4rDm4E+iMZmoL0y3OSm5Stq+U ZCNMWgAJGvekW1u4jDM2idzjL6LbfXlchb28v6ZxNlTKSBxu4EpZAFbf2ZlIgGsrK0DB NqzqDrlRc5zkmCFkNGras26awHLzhJ+u0UN9VEnlaYH/p9DuF86cfTs6bqIUQMNtcPZV ks+eD2HWYIUiPtqHvsxkM9O5a6KziQjaIX4Oph3ePx9r2AN+qAdNKcA6ViAKENZZL3cF 2nMA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=rFW7FnkuDtBNlfUXRieJskRn39a61YzZZIufXcK8ixU=; b=CH9xWv1n18FVGwVIgyx3dFNz6DWozSLGn+JR91awz0YCS/2nFZmi16sX3EXDW1nDbU RZhUNv8JElWfpX04i6sDkGc/56T54PQjuo/6YP9nKFmBbqU7G2X1o2WCfvh7XOa4wknp Cg5pqojjrnsO616fnsF8BrbU2/kyJ0BCN3za/e107T18KgjVXZ+qGaFYoyV0kc8PK6xi PabbJ7MapZsRscuPKDp/NJKFW86IN2cEKwI9n6QbBhV4vB/e5hR3ltfqRflca6VaaXr7 i4URmx9qAPjhTUbIo5sN7oSYhWvZNNs77tGF/ldjLnk4Krg2bDbv4SgaJlZpqhHN/zS/ nfMg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g20si12720076edq.32.2021.03.15.15.02.54; Mon, 15 Mar 2021 15:03:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233233AbhCOVjt (ORCPT + 99 others); Mon, 15 Mar 2021 17:39:49 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:55437 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233118AbhCOVjb (ORCPT ); Mon, 15 Mar 2021 17:39:31 -0400 X-Originating-IP: 90.65.108.55 Received: from localhost (lfbn-lyo-1-1676-55.w90-65.abo.wanadoo.fr [90.65.108.55]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 2DF6BC0006; Mon, 15 Mar 2021 21:39:30 +0000 (UTC) From: Alexandre Belloni To: Dmitry Osipenko , Alessandro Zummo , Arnd Bergmann Cc: Alexandre Belloni , Bartosz Golaszewski , Arnd Bergmann , linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rtc: tps65910: include linux/property.h Date: Mon, 15 Mar 2021 22:39:29 +0100 Message-Id: <161584435150.563923.1227213973042942191.b4-ty@bootlin.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210225134215.2263694-1-arnd@kernel.org> References: <20210225134215.2263694-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 25 Feb 2021 14:42:04 +0100, Arnd Bergmann wrote: > The added device_property_present() call causes a build > failure in some configurations because of the missing header: > > drivers/rtc/rtc-tps65910.c:422:7: error: implicit declaration of function 'device_property_present' [-Werror,-Wimplicit-function-declaration] Applied, thanks! [1/1] rtc: tps65910: include linux/property.h commit: 936d3685e62436a378f02b8b74759b054d4aeca1 Best regards, -- Alexandre Belloni