diff options
| author | Jens Axboe <axboe@burns.home.kernel.dk> | 2002-09-16 19:50:54 +0200 |
|---|---|---|
| committer | Jens Axboe <axboe@burns.home.kernel.dk> | 2002-09-16 19:50:54 +0200 |
| commit | e80bc9593fe8de4aeec2ffe0e24737a0dce22822 (patch) | |
| tree | c2b001267dfb86fe86b767112f4918df29b35f0f /include/linux/ide.h | |
| parent | 049683415df0320db8a6172d4899824d1ed8fb63 (diff) | |
ide.h needs to include pci.h
Diffstat (limited to 'include/linux/ide.h')
| -rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 77bfdef78418..6ce0a520cc70 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -17,6 +17,7 @@ #include <linux/interrupt.h> #include <linux/bitops.h> #include <linux/bio.h> +#include <linux/pci.h> #include <asm/byteorder.h> #include <asm/system.h> #include <asm/hdreg.h> |
