From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757209AbdEUUhv (ORCPT ); Sun, 21 May 2017 16:37:51 -0400 Received: from sauhun.de ([88.99.104.3]:55103 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756771AbdEUUhs (ORCPT ); Sun, 21 May 2017 16:37:48 -0400 From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Wolfram Sang , Vadim Pasternak , Michael Shych , Peter Rosin , linux-kernel@vger.kernel.org Subject: [PATCH 2/2] i2c: mux: mlxcpld: move header file out of I2C realm Date: Sun, 21 May 2017 22:37:43 +0200 Message-Id: <20170521203743.6514-3-wsa@the-dreams.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170521203743.6514-1-wsa@the-dreams.de> References: <20170521203743.6514-1-wsa@the-dreams.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org include/linux/i2c is not for client devices. Move the header file to a more appropriate location. Signed-off-by: Wolfram Sang --- drivers/i2c/muxes/i2c-mux-mlxcpld.c | 2 +- include/linux/{i2c => platform_data/x86}/mlxcpld.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename include/linux/{i2c => platform_data/x86}/mlxcpld.h (100%) diff --git a/drivers/i2c/muxes/i2c-mux-mlxcpld.c b/drivers/i2c/muxes/i2c-mux-mlxcpld.c index e53f2abd135070..63458b025ef904 100644 --- a/drivers/i2c/muxes/i2c-mux-mlxcpld.c +++ b/drivers/i2c/muxes/i2c-mux-mlxcpld.c @@ -40,7 +40,7 @@ #include #include #include -#include +#include #define CPLD_MUX_MAX_NCHANS 8 diff --git a/include/linux/i2c/mlxcpld.h b/include/linux/platform_data/x86/mlxcpld.h similarity index 100% rename from include/linux/i2c/mlxcpld.h rename to include/linux/platform_data/x86/mlxcpld.h -- 2.11.0