summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 22:32:35 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:13:34 +0530
commit70c2ed65fe4090c9b92512ee1e35dc6625539f90 (patch)
tree6904d0e5789e87fc88a62447caacec2cc7a4996a
parent9a0e0ac21ca2af4715808b97bd600f0aecd87240 (diff)
headers_check fix: mtd/inftl-user.h
fix the following 'make headers_check' warning: usr/include/mtd/inftl-user.h:61: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
-rw-r--r--include/mtd/inftl-user.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mtd/inftl-user.h b/include/mtd/inftl-user.h
index e17eda302b2d..d409d489d900 100644
--- a/include/mtd/inftl-user.h
+++ b/include/mtd/inftl-user.h
@@ -6,6 +6,8 @@
#ifndef __MTD_INFTL_USER_H__
#define __MTD_INFTL_USER_H__
+#include <linux/types.h>
+
#define OSAK_VERSION 0x5120
#define PERCENTUSED 98