Skip to content

Commit

Permalink
DPAA2: there is no need for DRIVER_MODULE_ORDERED anymore
Browse files Browse the repository at this point in the history
Remove what I beleive was an attempt to make memac_mdio attach earlier
but that got sorted by EARLY_DRIVER_MODULE there in
337596e0bb877896a3dca0a09d98e5fd2a49ef61.
  • Loading branch information
Bjoern A. Zeeb authored and Bjoern A. Zeeb committed Jun 23, 2022
1 parent 4603bed commit 48c632f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sys/dev/dpaa2/dpaa2_mc_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,5 @@ static device_method_t dpaa2_mc_acpi_methods[] = {
DEFINE_CLASS_1(dpaa2_mc, dpaa2_mc_acpi_driver, dpaa2_mc_acpi_methods,
sizeof(struct dpaa2_mc_softc), dpaa2_mc_driver);

/* Make sure miibus gets procesed first. */
DRIVER_MODULE_ORDERED(dpaa2_mc, acpi, dpaa2_mc_acpi_driver, NULL, NULL,
SI_ORDER_ANY);

DRIVER_MODULE(dpaa2_mc, acpi, dpaa2_mc_acpi_driver, NULL, NULL);
MODULE_DEPEND(dpaa2_mc, memac_mdio, 1, 1, 1);

0 comments on commit 48c632f

Please sign in to comment.