Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6372057imu; Mon, 21 Jan 2019 07:49:27 -0800 (PST) X-Google-Smtp-Source: ALg8bN6Z3b0pK9neSMXMMlVdDXKCirkb7nxAVt3dK//EI5i5dDap7PXHlHYues6gJzDBiT+sEHNk X-Received: by 2002:a63:db02:: with SMTP id e2mr28985934pgg.419.1548085767925; Mon, 21 Jan 2019 07:49:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548085767; cv=none; d=google.com; s=arc-20160816; b=xUXRXMJlrekQtdham4suUbUboXFY4KcdELN0UI3rzyjl0r6ae+F4zF3BE8W/U1SrWP fJJRQUW4lDvW1/zASprOVqRcnzF8JHG6Fnuy8WlGr6FoxlLWDiYQ1YJot3dfUVkUJV09 vGS0l/MKtBfle5FivggiAI1WBRWa9ettoxHTGOkJHoAsrZItT3rs2EhBn+H3ICJEWobN T5dFECGuQOQx2rDaiLOGZmnbtIe0T+cN3YzjZvycIDKGxJ3l1Q6hy0TmwIPd65PrNtDi H1sapO34VD8k5mDrku+miSzEnaEc5sG/DNkoLBRrlcL1yA8oUcacxCAQsPNmqMMtginl aPlQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=dr3fVOwYzOcAchTcYlKLS0iiUOfdegAwm1Vklcsy1YM=; b=Icsz+jh6dhZ4yY3QuqjMCJfJZp4mhgSfv1zvvN3mZ/bE3MNzZVNUlT1sqgV/uU1w4i hW6Z71PY1+lIBJWdxw1XS1NFFKTEPQsJRgvmovleKhVumpg9BmGLS2y7ugzHiWAjJGhV ZqSJIPkQoz3PkkorEnEZBLc7tAfkfXX7rUkGJRH/reWc+4kKKPSjJq5wZcZGj9ikL/b7 QczTr1+C3gyyf6yH9YYwB+KFTLMdYpaZHNYeRU4yNpEUCIBZOJnzCxkaj69voWvBd2jA SExblDwH6CAWeBRy5SBRRqirOwRjbFPYufzRgyiwHBVGJJkIcTKWiaacJjVgrRdFYGFW 7eMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d4si12822471pla.58.2019.01.21.07.49.12; Mon, 21 Jan 2019 07:49:27 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730811AbfAUPqw (ORCPT + 99 others); Mon, 21 Jan 2019 10:46:52 -0500 Received: from mail.bootlin.com ([62.4.15.54]:33007 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730685AbfAUPqY (ORCPT ); Mon, 21 Jan 2019 10:46:24 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id EEB4C20CD5; Mon, 21 Jan 2019 16:46:21 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.2 Received: from localhost (unknown [185.94.189.187]) by mail.bootlin.com (Postfix) with ESMTPSA id 093F820397; Mon, 21 Jan 2019 16:46:02 +0100 (CET) From: Maxime Ripard To: Kishon Vijay Abraham I Cc: Thomas Petazzoni , Laurent Pinchart , linux-media@vger.kernel.org, Archit Taneja , Andrzej Hajda , Chen-Yu Tsai , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, Krzysztof Witos , Rafal Ciepiela , Maarten Lankhorst , Sean Paul , Maxime Ripard , Sakari Ailus , Sakari Ailus Subject: [PATCH v5 1/9] phy: dphy: Remove unused header Date: Mon, 21 Jan 2019 16:45:46 +0100 Message-Id: X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The videomode.h header inclusion is an artifact from the patches development, remove it. Suggested-by: Sakari Ailus Acked-by: Sakari Ailus Signed-off-by: Maxime Ripard --- include/linux/phy/phy-mipi-dphy.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/phy/phy-mipi-dphy.h b/include/linux/phy/phy-mipi-dphy.h index c08aacc0ac35..9cf97cd1d303 100644 --- a/include/linux/phy/phy-mipi-dphy.h +++ b/include/linux/phy/phy-mipi-dphy.h @@ -6,8 +6,6 @@ #ifndef __PHY_MIPI_DPHY_H_ #define __PHY_MIPI_DPHY_H_ -#include