diff options
Diffstat (limited to 'include/mmc.h')
| -rw-r--r-- | include/mmc.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/mmc.h b/include/mmc.h index 3594286d4..e95a2376d 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -313,8 +313,6 @@ int mmc_set_dsr(struct mmc *mmc, u16 val);  /* Function to change the size of boot partition and rpmb partitions */  int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize,  					unsigned long rpmbsize); -/* Function to send commands to open/close the specified boot partition */ -int mmc_boot_part_access(struct mmc *mmc, u8 ack, u8 part_num, u8 access);  /* Function to modify the PARTITION_CONFIG field of EXT_CSD */  int mmc_set_part_conf(struct mmc *mmc, u8 ack, u8 part_num, u8 access);  /* Function to modify the BOOT_BUS_WIDTH field of EXT_CSD */ |