aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 20:06:44 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 23:32:45 +0530
commitbcf74582af3feca80ec96cc21d0a26c938d1863e (patch)
tree5649b38f3f26a3eff1ead14cf00e908aa8030306
parentheaders_check fix: nfsd/syscall.h (diff)
downloadlinux-dev-bcf74582af3feca80ec96cc21d0a26c938d1863e.tar.xz
linux-dev-bcf74582af3feca80ec96cc21d0a26c938d1863e.zip
headers_check fix: raid/md_p.h
fix the following 'make headers_check' warning: usr/include/linux/raid/md_p.h:85: 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/linux/raid/md_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/raid/md_p.h b/include/linux/raid/md_p.h
index 9491026afe66..6ba830fa8538 100644
--- a/include/linux/raid/md_p.h
+++ b/include/linux/raid/md_p.h
@@ -15,6 +15,8 @@
#ifndef _MD_P_H
#define _MD_P_H
+#include <linux/types.h>
+
/*
* RAID superblock.
*