]> asedeno.scripts.mit.edu Git - linux.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)
commit7f133de1fbe9f496973aaaf22e830433600fa99e
tree371bdb66533b001210ca7fdb57d5b5cf022cfe4e
parentb4cc580bb6fcd9f4f86483d566601984febc1d31
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]