@@ -32,11 +32,11 @@ SECTIONS
*(.data)
. = ALIGN(16);
__start_pci_driver = .;
*(pci_driver)
*(SORT(.pci_driver.*))
__stop_pci_driver = .;
__start_block_dev_driver = .;
*(block_dev_driver)
*(SORT(.block_dev_driver.*))
__stop_block_dev_driver = .;
}
The note is not visible to the blocked user.