Ian Lepore dec4873723 Fix fallout from r292180 (Dec 2015)... ensure that every driver which has
a DRIVER_MODULE() referencing mmc_driver has a MODULE_DEPEND() on mmc.  This
is because the kernel linker only searches for symbols in dependent modules,
so loading sdhci_pci (and other bus-flavors of sdhci) would fail when mmc
was not compiled into the kernel (even if you hand-loaded mmc first).

(Thanks to jilles@ for providing the vital clue about the kernel linker.)
2016-03-21 00:52:24 +00:00
..
2014-02-28 03:00:25 +00:00
2014-02-28 03:00:28 +00:00
2014-02-09 21:01:53 +00:00
2014-09-26 09:07:02 +00:00
2014-09-27 02:15:45 +00:00
2014-09-26 09:07:02 +00:00
2014-09-26 09:07:02 +00:00
2014-03-08 05:03:56 +00:00
2014-02-13 15:47:41 +00:00
2015-11-07 22:58:56 +00:00