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.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 81FE4C4363D for ; Tue, 22 Sep 2020 07:21:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 27DE921548 for ; Tue, 22 Sep 2020 07:21:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729875AbgIVHVy (ORCPT ); Tue, 22 Sep 2020 03:21:54 -0400 Received: from gloria.sntech.de ([185.11.138.130]:36638 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729755AbgIVHVy (ORCPT ); Tue, 22 Sep 2020 03:21:54 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kKccZ-0006mh-IB; Tue, 22 Sep 2020 09:21:51 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: linux-kernel@vger.kernel.org, Tomasz Figa Cc: linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Kishon Vijay Abraham I , Vinod Koul , Helen Koike , Tomasz Figa Subject: Re: [PATCH] phy: rockchip-dphy-rx0: Include linux/delay.h Date: Tue, 22 Sep 2020 09:21:50 +0200 Message-ID: <28085307.etP1RCWPPi@diego> In-Reply-To: <20200921225618.52529-1-tfiga@chromium.org> References: <20200921225618.52529-1-tfiga@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, 22. September 2020, 00:56:18 CEST schrieb Tomasz Figa: > Fix an implicit declaration of usleep_range(): > > drivers/phy/rockchip/phy-rockchip-dphy-rx0.c: In function 'rk_dphy_enable': > drivers/phy/rockchip/phy-rockchip-dphy-rx0.c:203:2: error: implicit declaration of function 'usleep_range' [-Werror=implicit-function-declaration] > > Fixes: 32abcc4491c62 ("media: staging: phy-rockchip-dphy-rx0: add Rockchip MIPI Synopsys DPHY RX0 driver") > Signed-off-by: Tomasz Figa Reviewed-by: Heiko Stuebner