commit | 6c5fd21539ea29024ceee1e9314a3ab11891647f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Oct 05 11:28:47 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Oct 06 22:54:58 2022 +0200 |
tree | 4ce4f091b1cfe1c427de7d32f6e1e406d5f52d41 | |
parent | ff1d50baf302e267e3da931b155bdd4bfb793adf [diff] |
efi_driver: add init function to EFI block driver For handling added and removed block devices we need to register events which has to be done when the driver is installed. This patch only creates an empty init function that will be filled with code later on. The function needs to be called before any EFI block devices are used. Move the efi_driver_init() call to early init. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>