Commit 0401471a authored by Meelis Roos's avatar Meelis Roos Committed by Jeff Garzik

[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: default avatarJeff Garzik <jgarzik@pobox.com>
parent df886b22
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment