mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
efi_disk: efi_disk_rw_blocks is not an API function
There is no need to use attribute EFIAPI for efi_disk_rw_blocks. It is not an API function. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
51c533fdce
commit
a80a232e96
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ enum efi_disk_direction {
|
|||
EFI_DISK_WRITE,
|
||||
};
|
||||
|
||||
static efi_status_t EFIAPI efi_disk_rw_blocks(struct efi_block_io *this,
|
||||
static efi_status_t efi_disk_rw_blocks(struct efi_block_io *this,
|
||||
u32 media_id, u64 lba, unsigned long buffer_size,
|
||||
void *buffer, enum efi_disk_direction direction)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue