diff options
| author | 2009-02-25 16:40:10 +0100 | |
|---|---|---|
| committer | 2009-02-25 16:40:10 +0100 | |
| commit | 2e31add2a7e2a15d07f592c21ba35870fa9a1d1f (patch) | |
| tree | 814e2c70fb5528f108114c0da6e5a1e219e6a0e1 /include/linux/raid | |
| parent | x86 PAT: ioremap_wc should take resource_size_t parameter (diff) | |
| parent | gpu/drm, x86, PAT: PAT support for io_mapping_* (diff) | |
Merge branch 'x86/urgent' into x86/pat
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/md_p.h | 2 |
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. * |
