]> git.karo-electronics.de Git - linux-beck.git/commit
gpio: sx150x: move platform data into driver
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 9 Apr 2016 08:52:26 +0000 (10:52 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 14 Apr 2016 12:03:25 +0000 (14:03 +0200)
commitd17322feecf80152303426dd724577025d1fbd7e
tree7aac6be363e63bdf0bba70332666d2b759953540
parentf30e49f1291bc309865f88126005d526421d7e3a
gpio: sx150x: move platform data into driver

The sx150x has some platform data definition in <linux/i2c/sx150x.h>
but this file is only included from the driver in the whole kernel
so move its contents into the driver.

Cc: Wei Chen <Wei.Chen@csr.com>
Cc: Peter Rosin <peda@axentia.se>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-sx150x.c
include/linux/i2c/sx150x.h [deleted file]