]> Git Repo - linux.git/commit - drivers/ide/palm_bk3710.c
ATA/IDE: fix platform driver hotplug/coldplug
authorKay Sievers <[email protected]>
Fri, 18 Apr 2008 20:41:57 +0000 (13:41 -0700)
committerJeff Garzik <[email protected]>
Fri, 25 Apr 2008 04:45:04 +0000 (00:45 -0400)
commit458622fcdc5b316de8d74efd7e610803f0308c14
treeec3747414c56ee911e8bfc415137888abcc609a0
parent8e5443a09851d99084098ecc4066805aa2610d92
ATA/IDE: fix platform driver hotplug/coldplug

Since 43cc71eed1250755986da4c0f9898f9a635cb3bf, the platform modalias
is prefixed with "platform:".  Add MODULE_ALIAS() to the hotpluggable
ATA and IDE platform drivers, to re-enable auto loading.

NOTE: both ata/pata_platform.c and ide/legacy/ide_platform.c claim
to provide "the" platform_pata driver, and there's no build-time
mutual exclusion mechanism.  This means that configs which enable
both drivers will make some trouble when hotplugging...

[[email protected]: more drivers, registration fixes]
Signed-off-by: Kay Sievers <[email protected]>
Signed-off-by: David Brownell <[email protected]>
Cc: Tejun Heo <[email protected]>
Acked-by: Bartlomiej Zolnierkiewicz <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
drivers/ata/pata_at32.c
drivers/ata/pata_bf54x.c
drivers/ata/pata_ixp4xx_cf.c
drivers/ata/pata_platform.c
drivers/ata/pata_rb500_cf.c
drivers/ide/arm/palm_bk3710.c
drivers/ide/legacy/ide_platform.c
This page took 0.058192 seconds and 4 git commands to generate.