Received: by 10.192.165.148 with SMTP id m20csp62523imm; Thu, 19 Apr 2018 13:02:59 -0700 (PDT) X-Google-Smtp-Source: AIpwx48YlR+P3yiUwP3oHmrvcGivwHEsw5KpPWzJm7DVBgylXq1Z2hY4i/l5dQ57S7BU06Dk+tQm X-Received: by 10.98.178.4 with SMTP id x4mr6160657pfe.21.1524168179629; Thu, 19 Apr 2018 13:02:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524168179; cv=none; d=google.com; s=arc-20160816; b=TmhYlJAZs1HLkqSKHpsKBzDMMA2wxAyA6jhNY3PioyxcDoas+aEAEWCYHehpdX19dK cvIW42ih+xHVINCNsUmBfNZsrv++MmoEVB4sjSmetw6cSjDREP2eysNa8yi53wWozaV/ cJFP3ycZC/ywnh6VinbH7X19qvisAGs82p8Q8h1qzunkYyp+QTGuYb07DiAto+fEGbwA GPj4fC/JFwm68JLrR/iHfEguX/1FIhSwyXDFQRpGPIBCNtp7Ox00ViFAg+iJf/552umU b44IVeDc7AO2w3ttT1UvpmOgdTlOjnHcnGdrg5hOCQYzYDLkZeAIhgWbS7cAYDq+imGG x7Bw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=1UivVf9RrP4zQ8VTqv7feshJw5i7Z2GlKqHErWqS/SE=; b=E5yZXfufRV1oXhfhqlMhrMsfAQWbzpjhYctGjKTJmjAtLYVXa7Ofk4D8B22iaARwqP 9JJjf+r22RAFUal3jV4JoODTbTaYbPNLSpU2IztpCElKA7w2DDZfER/4d6wfFwmlcyRs 0mpJjyiGNpKQ35xHHlVlCRq1yZJc+ghZaL9G75tgG1CBoCm+kOtnAWQqiuXqCjZyj28v jT3K9AAoPvr1H6Cf9SmzRPyZL8h3dgjgnV9fMgWGqvbqiHo76qukaaIiiZ/QszE714I1 rUbEs4dancPXJZI1b8h237WyWlQ5QMrIJ/oOODYveV3ilglTgtih05l31jJ20ONrcw62 rutg== 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 9-v6si4051901plf.283.2018.04.19.13.02.42; Thu, 19 Apr 2018 13:02:59 -0700 (PDT) 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 S1753607AbeDSUBC (ORCPT + 99 others); Thu, 19 Apr 2018 16:01:02 -0400 Received: from sauhun.de ([88.99.104.3]:48088 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753523AbeDSUA7 (ORCPT ); Thu, 19 Apr 2018 16:00:59 -0400 Received: from localhost (unknown [46.183.103.8]) by pokefinder.org (Postfix) with ESMTPSA id BD6AF314F68; Thu, 19 Apr 2018 22:00:57 +0200 (CEST) From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Wolfram Sang , Lee Jones , linux-kernel@vger.kernel.org Subject: [PATCH 6/7] i2c: i2c-xiic: move header to platform_data Date: Thu, 19 Apr 2018 22:00:12 +0200 Message-Id: <20180419200015.15095-7-wsa@the-dreams.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180419200015.15095-1-wsa@the-dreams.de> References: <20180419200015.15095-1-wsa@the-dreams.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This header only contains platform_data. Move it to the proper directory. Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-xiic.c | 2 +- drivers/mfd/timberdale.c | 2 +- include/linux/{ => platform_data}/i2c-xiic.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename include/linux/{ => platform_data}/i2c-xiic.h (100%) diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c index c80527816ad0..0ff36f6d7a57 100644 --- a/drivers/i2c/busses/i2c-xiic.c +++ b/drivers/i2c/busses/i2c-xiic.c @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/mfd/timberdale.c b/drivers/mfd/timberdale.c index 118d7ef727e6..33abf5a79f2b 100644 --- a/drivers/mfd/timberdale.c +++ b/drivers/mfd/timberdale.c @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include diff --git a/include/linux/i2c-xiic.h b/include/linux/platform_data/i2c-xiic.h similarity index 100% rename from include/linux/i2c-xiic.h rename to include/linux/platform_data/i2c-xiic.h -- 2.11.0