powermac_nvram: Remove unused devclass argument to DRIVER_MODULE.
This commit is contained in:
parent
c46fd01853
commit
725fda594f
@ -85,9 +85,7 @@ static driver_t powermac_nvram_driver = {
|
||||
sizeof(struct powermac_nvram_softc)
|
||||
};
|
||||
|
||||
static devclass_t powermac_nvram_devclass;
|
||||
|
||||
DRIVER_MODULE(powermac_nvram, ofwbus, powermac_nvram_driver, powermac_nvram_devclass, 0, 0);
|
||||
DRIVER_MODULE(powermac_nvram, ofwbus, powermac_nvram_driver, 0, 0);
|
||||
|
||||
/*
|
||||
* Cdev methods.
|
||||
|
Loading…
Reference in New Issue
Block a user