[<prev] [next>] [day] [month] [year] [list]
Message-ID: <486BCA98.8050806@linux.vnet.ibm.com>
Date: Wed, 02 Jul 2008 15:36:08 -0300
From: Edjunior Barbosa Machado <emachado@...ux.vnet.ibm.com>
To: trivial@...nel.org
CC: linux-kernel@...r.kernel.org
Subject: [PATCH] add types.h include to dasd.h
dasd.h uses __u16 and __u8 types but doesn't include linux/types.h.
It fixes probable compiler errors if dasd.h is the first/unique included file.
Thanks.
Signed-off-by: Edjunior B. Machado <emachado@...ux.vnet.ibm.com>
---
include/asm-s390/dasd.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/asm-s390/dasd.h b/include/asm-s390/dasd.h
index 3f002e1..d5a191a 100644
--- a/include/asm-s390/dasd.h
+++ b/include/asm-s390/dasd.h
@@ -13,6 +13,7 @@
#ifndef DASD_H
#define DASD_H
#include <linux/ioctl.h>
+#include <linux/types.h>
#define DASD_IOCTL_LETTER 'D'
--
Edjunior Barbosa Machado
IBM Linux Technology Center
Linux Defect Support Team
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists