mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 02:28:57 +03:00
Symbol errors caught by symcheck.pl
This commit is contained in:
@@ -311,7 +311,7 @@ static const char * t509_name ( struct bus_dev *bus_dev __unused ) {
|
||||
* T509 bus operations table
|
||||
*
|
||||
*/
|
||||
struct bus_driver t509_driver __bus_driver = {
|
||||
static struct bus_driver t509_driver __bus_driver = {
|
||||
.next_location = t509_next_location,
|
||||
.fill_device = t509_fill_device,
|
||||
.check_driver = t509_check_driver,
|
||||
|
||||
Reference in New Issue
Block a user