Skip to content

Commit bcf7458

Browse files
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>
1 parent 03cf1e0 commit bcf7458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/raid/md_p.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#ifndef _MD_P_H
1616
#define _MD_P_H
1717

18+
#include <linux/types.h>
19+
1820
/*
1921
* RAID superblock.
2022
*

0 commit comments

Comments
 (0)