summaryrefslogtreecommitdiffstats
path: root/sys/arm/lpc
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-12-14 01:09:25 +0000
committerian <ian@FreeBSD.org>2015-12-14 01:09:25 +0000
commit3ddff54265b784c252c5f1c2171afffb9ab610ed (patch)
tree210c4cc8d75422783ed6b32ac4cdd87974774f79 /sys/arm/lpc
parenta3c1f4b0eb9f220318c79476b1fcf38beadf35da (diff)
downloadFreeBSD-src-3ddff54265b784c252c5f1c2171afffb9ab610ed.zip
FreeBSD-src-3ddff54265b784c252c5f1c2171afffb9ab610ed.tar.gz
Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of
the various bridge drivers out of dev/mmc.c and into the bridge drivers. Requested by: jhb (almost two years ago; better late than never)
Diffstat (limited to 'sys/arm/lpc')
-rw-r--r--sys/arm/lpc/lpc_mmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/lpc/lpc_mmc.c b/sys/arm/lpc/lpc_mmc.c
index 5dc6722..ad3b6aa 100644
--- a/sys/arm/lpc/lpc_mmc.c
+++ b/sys/arm/lpc/lpc_mmc.c
@@ -775,3 +775,4 @@ static driver_t lpc_mmc_driver = {
};
DRIVER_MODULE(lpcmmc, simplebus, lpc_mmc_driver, lpc_mmc_devclass, 0, 0);
+DRIVER_MODULE(mmc, lpcmmc, mmc_driver, mmc_devclass, NULL, NULL);
OpenPOWER on IntegriCloud