diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 22:32:35 +0530 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-31 00:13:34 +0530 |
commit | 70c2ed65fe4090c9b92512ee1e35dc6625539f90 (patch) | |
tree | 6904d0e5789e87fc88a62447caacec2cc7a4996a /include/mtd | |
parent | 9a0e0ac21ca2af4715808b97bd600f0aecd87240 (diff) | |
download | linux-3.10-70c2ed65fe4090c9b92512ee1e35dc6625539f90.tar.gz linux-3.10-70c2ed65fe4090c9b92512ee1e35dc6625539f90.tar.bz2 linux-3.10-70c2ed65fe4090c9b92512ee1e35dc6625539f90.zip |
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>
Diffstat (limited to 'include/mtd')
-rw-r--r-- | include/mtd/inftl-user.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mtd/inftl-user.h b/include/mtd/inftl-user.h index e17eda302b2..d409d489d90 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 |