]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC core
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 18 Dec 2014 14:44:34 +0000 (15:44 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 19 Jan 2015 08:56:17 +0000 (09:56 +0100)
commit6016ecb7b0f70593203b7fa95fc9dfc01963d874
tree371bdb66533b001210ca7fdb57d5b5cf022cfe4e
parent0e748a92a385fd8f5715f56305045d394f1447c9
mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC core

As a step in moving slot-gpio functions/structs closer to the MMC core,
let's add a local header file for slot-gpio.

In this initial step we move mmc_gpio_alloc() into the header file,
to make it available for the MMC core. Following patches will show the
utilization of it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/slot-gpio.c
drivers/mmc/core/slot-gpio.h [new file with mode: 0644]