diff options
| author | Meelis Roos <mroos@linux.ee> | 2004-11-06 03:39:18 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2004-11-06 03:39:18 -0500 |
| commit | 0401471a53e67a4d350038940171174c304daae8 (patch) | |
| tree | d4661ecfd52f232f639d64a31b83af21cc41a945 /include/linux | |
| parent | df886b2210ac2e732554d020a7d0ea5120338bde (diff) | |
[PATCH] ata.h undefined types in USB
This is todays BK on a x86:
CC [M] drivers/usb/storage/freecom.o
In file included from include/linux/hdreg.h:4,
from drivers/usb/storage/freecom.c:32:
include/linux/ata.h:197: error: parse error before "u32"
...
and so on for tens of lines.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ata.h b/include/linux/ata.h index a4ac28db33cf..2fc05d1d2344 100644 --- a/include/linux/ata.h +++ b/include/linux/ata.h @@ -24,6 +24,8 @@ #ifndef __LINUX_ATA_H__ #define __LINUX_ATA_H__ +#include <linux/types.h> + /* defines only for the constants which don't work well as enums */ #define ATA_DMA_BOUNDARY 0xffffUL #define ATA_DMA_MASK 0xffffffffULL |
