> Mon May 13 12:38:11 CEST 2002 ide-clean-62
Hello. Since include/linux/ide.h has a 'u8', a 'u16', and a 'u64' can
you apply the following so that it doesn't rely in <asm/types.h> being
included indirectly?
-- Tom Rini (TR1265) http://gate.crashing.org/~trini/===== include/linux/ide.h 1.60 vs edited ===== --- 1.60/include/linux/ide.h Thu May 9 11:43:58 2002 +++ edited/include/linux/ide.h Mon May 13 08:34:32 2002 @@ -17,6 +17,7 @@ #include <linux/bitops.h> #include <asm/byteorder.h> #include <asm/hdreg.h> +#include <asm/types.h> /* * This is the multiple IDE interface driver, as evolved from hd.c. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/