[patch 2/6] libata remove duplicate definition msecs_to_jiffies()
From: maximilian attems (janitor_at_sternwelten.at)
Date: 10/31/04
- Previous message: maximilian attems: "[patch 1/6] back port msleep(), msleep_interruptible()"
- In reply to: Jeff Garzik: "Re: [patch 2.4] back port msleep(), msleep_interruptible()"
- Next in thread: maximilian attems: "[patch 6/6] libata remove msleep_libata()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 31 Oct 2004 15:44:42 +0100 To: Jeff Garzik <jgarzik@pobox.com>
remove duplicate definition of msecs_to_jiffies().
already includes delay.h
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>
---
linux-2.4.28-rc1-max/include/linux/libata.h | 5 -----
1 files changed, 5 deletions(-)
diff -puN include/linux/libata.h~remove-msecs_to_jiffies-libata.h include/linux/libata.h
--- linux-2.4.28-rc1/include/linux/libata.h~remove-msecs_to_jiffies-libata.h 2004-10-31 13:33:52.000000000 +0100
+++ linux-2.4.28-rc1-max/include/linux/libata.h 2004-10-31 13:36:16.000000000 +0100
@@ -419,11 +419,6 @@ extern int ata_std_bios_param(Disk * dis
extern void libata_msleep(unsigned long msecs);
-static inline unsigned long msecs_to_jiffies(unsigned long msecs)
-{
- return ((HZ * msecs + 999) / 1000);
-}
-
static inline unsigned int ata_tag_valid(unsigned int tag)
{
return (tag < ATA_MAX_QUEUE) ? 1 : 0;
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: maximilian attems: "[patch 1/6] back port msleep(), msleep_interruptible()"
- In reply to: Jeff Garzik: "Re: [patch 2.4] back port msleep(), msleep_interruptible()"
- Next in thread: maximilian attems: "[patch 6/6] libata remove msleep_libata()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|