From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 1/3] mfd: dm355evm_msp: move header file out of I2C realm Date: Mon, 22 May 2017 16:36:21 -0700 Message-ID: <20170522233621.GB12016@dtor-ws> References: <20170521220212.1404-1-wsa@the-dreams.de> <20170521220212.1404-2-wsa@the-dreams.de> Reply-To: rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Sender: rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <20170521220212.1404-2-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Wolfram Sang Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Lee Jones , Alessandro Zummo , Alexandre Belloni , linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: linux-input@vger.kernel.org On Mon, May 22, 2017 at 12:02:08AM +0200, Wolfram Sang wrote: > include/linux/i2c is not for client devices. Move the header file to a > more appropriate location. > > Signed-off-by: Wolfram Sang > --- > drivers/input/misc/dm355evm_keys.c | 2 +- Acked-by: Dmitry Torokhov > drivers/mfd/dm355evm_msp.c | 2 +- > drivers/rtc/rtc-dm355evm.c | 2 +- > include/linux/{i2c => mfd}/dm355evm_msp.h | 0 > 4 files changed, 3 insertions(+), 3 deletions(-) > rename include/linux/{i2c => mfd}/dm355evm_msp.h (100%) > > diff --git a/drivers/input/misc/dm355evm_keys.c b/drivers/input/misc/dm355evm_keys.c > index bab256ef32b9b3..c803db64a3760d 100644 > --- a/drivers/input/misc/dm355evm_keys.c > +++ b/drivers/input/misc/dm355evm_keys.c > @@ -15,7 +15,7 @@ > #include > #include > > -#include > +#include > #include > > > diff --git a/drivers/mfd/dm355evm_msp.c b/drivers/mfd/dm355evm_msp.c > index 86eca614507bd8..2a2756709f22f0 100644 > --- a/drivers/mfd/dm355evm_msp.c > +++ b/drivers/mfd/dm355evm_msp.c > @@ -18,7 +18,7 @@ > #include > #include > #include > -#include > +#include > > > /* > diff --git a/drivers/rtc/rtc-dm355evm.c b/drivers/rtc/rtc-dm355evm.c > index f225cd873ff6c2..97d8259b94940f 100644 > --- a/drivers/rtc/rtc-dm355evm.c > +++ b/drivers/rtc/rtc-dm355evm.c > @@ -13,7 +13,7 @@ > #include > #include > > -#include > +#include > #include > > > diff --git a/include/linux/i2c/dm355evm_msp.h b/include/linux/mfd/dm355evm_msp.h > similarity index 100% > rename from include/linux/i2c/dm355evm_msp.h > rename to include/linux/mfd/dm355evm_msp.h > -- > 2.11.0 > -- Dmitry -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/d/optout.