From: Andrew Morton drivers/scsi/sata_mv.c: In function `mv_host_intr': drivers/scsi/sata_mv.c:1224: `ATA_FLAG_NOINTR' undeclared (first use in this function) drivers/scsi/sata_mv.c:1224: (Each undeclared identifier is reported only once drivers/scsi/sata_mv.c:1224: for each function it appears in.) Cc: Jeff Garzik Signed-off-by: Andrew Morton --- drivers/scsi/sata_mv.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/scsi/sata_mv.c~git-libata-sata_mv-build-fix drivers/scsi/sata_mv.c --- devel/drivers/scsi/sata_mv.c~git-libata-sata_mv-build-fix 2005-11-17 19:31:21.000000000 -0800 +++ devel-akpm/drivers/scsi/sata_mv.c 2005-11-17 19:31:21.000000000 -0800 @@ -1220,8 +1220,7 @@ static void mv_host_intr(struct ata_host handled++; } - if (ap && - (ap->flags & (ATA_FLAG_PORT_DISABLED | ATA_FLAG_NOINTR))) + if (ap && (ap->flags & (ATA_FLAG_PORT_DISABLED))) continue; err_mask = ac_err_mask(ata_status); _