diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-05-31 17:51:05 +0200 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-05-31 17:51:05 +0200 |
commit | 939878cb52cbfe18fd3151bc25d686d6aafc7cce (patch) | |
tree | 9133a05c4ed4a5ee5af4886b43a184c8def6de9e /windhoek/ide | |
parent | 2fe1437bd35016309e9ac4cfe57fb3daca3ba0a0 (diff) |
windhoek can be compiled.
Diffstat (limited to 'windhoek/ide')
-rw-r--r-- | windhoek/ide/ide-io.c | 2 | ||||
-rw-r--r-- | windhoek/ide/ide-iops.c | 2 | ||||
-rw-r--r-- | windhoek/ide/ide-park.c | 2 | ||||
-rw-r--r-- | windhoek/ide/ide-probe.c | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/windhoek/ide/ide-io.c b/windhoek/ide/ide-io.c index a9a6c208..0d4b4ddf 100644 --- a/windhoek/ide/ide-io.c +++ b/windhoek/ide/ide-io.c @@ -55,6 +55,8 @@ #include <asm/uaccess.h> #include <asm/io.h> +#include <ddekit/timer.h> + static int __ide_end_request(ide_drive_t *drive, struct request *rq, int uptodate, unsigned int nr_bytes, int dequeue) { diff --git a/windhoek/ide/ide-iops.c b/windhoek/ide/ide-iops.c index 56181a53..21dbe568 100644 --- a/windhoek/ide/ide-iops.c +++ b/windhoek/ide/ide-iops.c @@ -29,6 +29,8 @@ #include "local.h" +#include <ddekit/timer.h> + /* * Conventional PIO operations for ATA devices */ diff --git a/windhoek/ide/ide-park.c b/windhoek/ide/ide-park.c index c875a957..c5ccf79e 100644 --- a/windhoek/ide/ide-park.c +++ b/windhoek/ide/ide-park.c @@ -3,6 +3,8 @@ #include <linux/jiffies.h> #include <linux/blkdev.h> +#include <ddekit/timer.h> + DECLARE_WAIT_QUEUE_HEAD(ide_park_wq); static void issue_park_cmd(ide_drive_t *drive, unsigned long timeout) diff --git a/windhoek/ide/ide-probe.c b/windhoek/ide/ide-probe.c index 8ac2aee8..bcb299d2 100644 --- a/windhoek/ide/ide-probe.c +++ b/windhoek/ide/ide-probe.c @@ -41,6 +41,8 @@ #include "local.h" +#include <ddekit/timer.h> + /** * generic_id - add a generic drive id * @drive: drive to make an ID block for |