[Bug 30335] mmc subsystem needs MODALIAS love
Ben Collins
ben.collins at ubuntu.com
Thu Feb 2 19:57:44 UTC 2006
Public bug report changed:
https://launchpad.net/malone/bugs/30335
Task: ubuntu linux-source-2.6.15
Assignee: (unassigned) => Ben Collins
Status: Unconfirmed => Fix Committed
Comment:
Actually, someone just needed to think about what was going on here.
Since mmc is all about MMC block devices, and is pretty useless without this one module to implement the block layer of it, it made more sense to just build mmc_block as part of mmc_core. Even the Kconfig said "if you want mmc, you want this module".
The seperation of the two makes little sense.
So now that it's built in, whenever an MMC host is detected, and it's driver loaded, mmc_core will be have mmc_block functionality automatically.
More information about the kernel-bugs
mailing list