]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: mvsdio: delete platform data header
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Nov 2015 13:57:31 +0000 (14:57 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 22 Dec 2015 10:32:12 +0000 (11:32 +0100)
commit2a1120d11bee258c026564e033bea9b00799cf4d
treeec4e987c3291c74fe261664441b4a2e206be4001
parent194bfc2f28297ea9ffd928699c629a75a258c686
mmc: mvsdio: delete platform data header

This platform data struct is only used inside the MVSDIO driver,
nowhere else in the entire kernel. Move the struct into the
driver and delete the external header.

Cc: Nicolas Pitre <nico@fluxnic.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mvsdio.c
include/linux/platform_data/mmc-mvsdio.h [deleted file]