diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-04 21:39:31 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-04 21:39:31 -0500 |
| commit | c2cc87ca9561ddfe744d446789cc10f507e87db9 (patch) | |
| tree | d505fc0110eb1a3d8750ba2f67648c131f0d9aca /include/linux/i2o.h | |
| parent | ce1eeb95fc4eb25109c00bea3e83a87eeff6b07d (diff) | |
| parent | 7015faa7df829876a0f931cd18aa6d7c24a1b581 (diff) | |
Merge branch 'master'
Diffstat (limited to 'include/linux/i2o.h')
| -rw-r--r-- | include/linux/i2o.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/linux/i2o.h b/include/linux/i2o.h index 92300325dbcd..d79c8a4bc4f8 100644 --- a/include/linux/i2o.h +++ b/include/linux/i2o.h | |||
| @@ -25,10 +25,14 @@ | |||
| 25 | /* How many different OSM's are we allowing */ | 25 | /* How many different OSM's are we allowing */ |
| 26 | #define I2O_MAX_DRIVERS 8 | 26 | #define I2O_MAX_DRIVERS 8 |
| 27 | 27 | ||
| 28 | #include <asm/io.h> | ||
| 29 | #include <asm/semaphore.h> /* Needed for MUTEX init macros */ | ||
| 30 | #include <linux/pci.h> | 28 | #include <linux/pci.h> |
| 31 | #include <linux/dma-mapping.h> | 29 | #include <linux/dma-mapping.h> |
| 30 | #include <linux/string.h> | ||
| 31 | #include <linux/slab.h> | ||
| 32 | #include <linux/workqueue.h> /* work_struct */ | ||
| 33 | |||
| 34 | #include <asm/io.h> | ||
| 35 | #include <asm/semaphore.h> /* Needed for MUTEX init macros */ | ||
| 32 | 36 | ||
| 33 | /* message queue empty */ | 37 | /* message queue empty */ |
| 34 | #define I2O_QUEUE_EMPTY 0xffffffff | 38 | #define I2O_QUEUE_EMPTY 0xffffffff |
