* [PATCH broken-out-2007-07-20-00-22] drivers/ata/libata-core.c build fix
@ 2007-07-20 15:32 Michal Piotrowski
0 siblings, 0 replies; only message in thread
From: Michal Piotrowski @ 2007-07-20 15:32 UTC (permalink / raw)
To: Kristen Carlson Accardi, Andrew Morton, linux-ide, Jeff Garzik
Hi Kristen,
Hmmm...
ata-ahci-alpm-enable-link-power-management-for-ata-drivers.patch
drivers/ata/libata-core.c: In function 'ata_dev_configure':
drivers/ata/libata-core.c:2039: error: implicit declaration of function 'ata_device_blacklisted'
make[2]: *** [drivers/ata/libata-core.o] Error 1
make[1]: *** [drivers/ata] Error 2
make: *** [drivers] Error 2
Regards,
Michal
--
LOG
http://www.stardust.webpages.pl/log/
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
--- linux-work3-clean/drivers/ata/libata-core.c 2007-07-20 16:53:26.000000000 +0200
+++ linux-work3/drivers/ata/libata-core.c 2007-07-20 17:26:30.000000000 +0200
@@ -2036,7 +2036,7 @@ int ata_dev_configure(struct ata_device
dev->max_sectors = min_t(unsigned int, ATA_MAX_SECTORS_128,
dev->max_sectors);
- if (ata_device_blacklisted(dev) & ATA_HORKAGE_ALPM) {
+ if (ata_dev_blacklisted(dev) & ATA_HORKAGE_ALPM) {
dev->horkage |= ATA_HORKAGE_ALPM;
/* reset link pm_policy for this port to no pm */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-20 15:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20 15:32 [PATCH broken-out-2007-07-20-00-22] drivers/ata/libata-core.c build fix Michal Piotrowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).