| Index: include/linux/efi.h
|
| diff --git a/include/linux/efi.h b/include/linux/efi.h
|
| index 4d783a270df6f17c9226c59db01e629431c7d703..0cab9987e337527f6f800e40c9f7056043bd7c12 100644
|
| --- a/include/linux/efi.h
|
| +++ b/include/linux/efi.h
|
| @@ -324,6 +324,11 @@ extern unsigned long efi_get_time(void);
|
| extern int efi_set_rtc_mmss(unsigned long nowtime);
|
| extern struct efi_memory_map memmap;
|
|
|
| +#ifdef CONFIG_EFI_PARTITION
|
| +struct block_device;
|
| +extern int efi_find_partition(efi_guid_t *guid, struct block_device *bdev);
|
| +#endif
|
| +
|
| /**
|
| * efi_range_is_wc - check the WC bit on an address range
|
| * @start: starting kvirt address
|
|
|