Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1646562
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/3] mfd: tps65010: move header file out of I2C realm |
| Date | 2017-05-22 09:30 +0200 |
| Message-ID | <tJPWV-2uO-1@gated-at.bofh.it> (permalink) |
| References | <tJHcZ-59Y-3@gated-at.bofh.it> <tJHcZ-59Y-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, May 22, 2017 at 12:02:09AM +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 <wsa@the-dreams.de>
> ---
> arch/arm/mach-omap1/board-h2-mmc.c | 2 +-
> arch/arm/mach-omap1/board-h2.c | 2 +-
> arch/arm/mach-omap1/board-h3-mmc.c | 2 +-
> arch/arm/mach-omap1/board-h3.c | 2 +-
> arch/arm/mach-omap1/board-osk.c | 2 +-
> arch/arm/mach-s3c24xx/mach-osiris-dvs.c | 2 +-
> arch/arm/mach-s3c24xx/mach-osiris.c | 2 +-
> drivers/mfd/tps65010.c | 2 +-
> drivers/usb/host/ohci-omap.c | 2 +-
> drivers/usb/phy/phy-isp1301-omap.c | 2 +-
> drivers/video/fbdev/omap/lcd_h3.c | 2 +-
> include/linux/{i2c => mfd}/tps65010.h | 2 +-
> 12 files changed, 12 insertions(+), 12 deletions(-)
> rename include/linux/{i2c => mfd}/tps65010.h (99%)
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 2/3] mfd: tps65010: move header file out of I2C realm Wolfram Sang <wsa@the-dreams.de> - 2017-05-22 00:10 +0200 Re: [PATCH 2/3] mfd: tps65010: move header file out of I2C realm Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-05-22 09:30 +0200 Re: [PATCH 2/3] mfd: tps65010: move header file out of I2C realm Krzysztof Kozlowski <krzk@kernel.org> - 2017-05-22 09:40 +0200 Re: [PATCH 2/3] mfd: tps65010: move header file out of I2C realm Lee Jones <lee.jones@linaro.org> - 2017-05-23 09:20 +0200
csiph-web