diff options
author | Jérôme Pouiller <[email protected]> | 2020-05-11 18:19:02 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2020-05-28 11:22:14 +0200 |
commit | 83fc5dd57f86c3ec7d6d22565a6ff6c948853b64 (patch) | |
tree | 0685f636d52f9a88033b254ff8c72c0cbeb59263 /lib/mpi/mpi-mul.c | |
parent | 804a65b3dfdd6d853364a835698870fb20f7a81a (diff) |
mmc: fix compilation of user API
The definitions of MMC_IOC_CMD and of MMC_IOC_MULTI_CMD rely on
MMC_BLOCK_MAJOR:
#define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd)
#define MMC_IOC_MULTI_CMD _IOWR(MMC_BLOCK_MAJOR, 1, struct mmc_ioc_multi_cmd)
However, MMC_BLOCK_MAJOR is defined in linux/major.h and
linux/mmc/ioctl.h did not include it.
Signed-off-by: Jérôme Pouiller <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mul.c')
0 files changed, 0 insertions, 0 deletions