Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp2580537pxb; Tue, 21 Sep 2021 03:07:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzGf1RzTyBVmSf+CLEjUtOt7jSuU0Rz0lSg3UpSuoDq0/ua7K/aeiwDjDFG5nnM0fRIDdsW X-Received: by 2002:a05:6402:1e90:: with SMTP id f16mr33879477edf.136.1632218849099; Tue, 21 Sep 2021 03:07:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632218849; cv=none; d=google.com; s=arc-20160816; b=w8FypnmtHV3P0ts3VQ/g1pZfCLD2Rr8aqixhnflMbqVAV8NP4Ey4a2YyxWko9In2nq 9KQdRDpGZUJmBk4U0JmG2/EdmHbSNQmgVzMsJMWtSgxuDW4R0Nwu152OZ6cZqy+0KS6I wJPgJwNkpekxkTMhFbWu4Ouh2FVXg8AHBoJvXYio1DvlYnNnjrK+J8YocBVRYM68nnUf 1t/pLXRg2Oq6UYkZNBYxfmQccroM2/kl7KUEH8zA+YwuiStjLpLVRaXvhr5mwBy72Ed7 3JBahRHjkOqhFijeVkxB9Ij3Lko6XJ968mJYvljpnViM52FcbxtnOhCQMI2bfLNfekmW ouCA== 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=d1pXKkCZviduVMc/9AOPPt/seVnOD+pFy+8l5YyMoJE=; b=a3e9HkGzKW1kkILNM7X0pQOEihAmLNs/wTpL790wa0yXA4pn1swiHaF1fDdjtrSPWK pBAp99SBKZegqnP/ycl2CGAFnJcoiSxAJbyVnmqp+U447qvOtZqLBnQANGX6pBfp7Qir 8qOTd1KWW63ykW5C5W0BBoH4I8YAe/hbNeHdHqe2vFc0HWzo4QbfPYROTOYk7bw/kcXi 90kn0sbdZC7hSLl7bPscS2+B3Y4/2mC4iIPA+6KFON0Lmfvjy4G42dsE1pY94R3BIxg1 y6Ufq5H7z/oOEbXYNCk0vlZWxXudqe7kRIxhBLS52CA86lmVsfaLhFu/teePfKIH1pAO CCqg== 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 dc16si2487404ejb.287.2021.09.21.03.07.01; Tue, 21 Sep 2021 03:07:29 -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 S231732AbhIUKFr (ORCPT + 99 others); Tue, 21 Sep 2021 06:05:47 -0400 Received: from gloria.sntech.de ([185.11.138.130]:38234 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231587AbhIUKFk (ORCPT ); Tue, 21 Sep 2021 06:05:40 -0400 Received: from ip5f5a6e92.dynamic.kabel-deutschland.de ([95.90.110.146] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mScdC-0001rd-RH; Tue, 21 Sep 2021 12:04:06 +0200 From: Heiko Stuebner To: hjc@rock-chips.com, Jiapeng Chong Cc: Heiko Stuebner , linux-rockchip@lists.infradead.org, daniel@ffwll.ch, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, airlied@linux.ie Subject: Re: [PATCH] drm/rockchip: dsi: Fix duplicate included linux/phy/phy.h Date: Tue, 21 Sep 2021 12:03:33 +0200 Message-Id: <163221857584.2031971.9461320682192946569.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <1629454729-108701-1-git-send-email-jiapeng.chong@linux.alibaba.com> References: <1629454729-108701-1-git-send-email-jiapeng.chong@linux.alibaba.com> 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 Fri, 20 Aug 2021 18:18:49 +0800, Jiapeng Chong wrote: > Clean up the following includecheck warning: > > ./drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c: linux/phy/phy.h is > included more than once. Applied, thanks! [1/1] drm/rockchip: dsi: Fix duplicate included linux/phy/phy.h commit: d90def98f90fb166191f19b41620e1a54b6dac75 Best regards, -- Heiko Stuebner