From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:36:44 +0000 (+0530) Subject: headers_check fix: raid/md_p.h X-Git-Tag: v2.6.29-rc4~77^2~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcf74582af3feca80ec96cc21d0a26c938d1863e;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/raid/md_p.h b/include/linux/raid/md_p.h index 9491026..6ba830f 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 + /* * RAID superblock. *