mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 18:11:20 +00:00
mmc: core: Don't export the to_sdio_driver macro
The macro is only used by the mmc core, so let's move it in there. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
d99903ca4c
commit
433b7b1210
2 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,6 @@ struct sdio_driver {
|
|||
struct device_driver drv;
|
||||
};
|
||||
|
||||
#define to_sdio_driver(d) container_of(d, struct sdio_driver, drv)
|
||||
|
||||
/**
|
||||
* SDIO_DEVICE - macro used to describe a specific SDIO device
|
||||
* @vend: the 16 bit manufacturer code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue