commit | da620cf5e21ea4b89371972ff506bbf92bf8a72b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Oct 06 07:29:41 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Oct 06 22:54:58 2022 +0200 |
tree | 13516e69b377dd0132a5b895a62c0f3f73ecadf3 | |
parent | 03964c5ad92bc2c90bc086a771211c1b6b218c47 [diff] |
efi_driver: move event registration to driver Move the registration of events for the addition and removal of block devices to the block device driver. Here we can add a reference to the EFI Driver Binding protocol as context. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>