diff options
| -rw-r--r-- | include/linux/root_dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/root_dev.h b/include/linux/root_dev.h index ea4bc9d13735..ed241aad7c17 100644 --- a/include/linux/root_dev.h +++ b/include/linux/root_dev.h | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | #define _ROOT_DEV_H_ | 2 | #define _ROOT_DEV_H_ |
| 3 | 3 | ||
| 4 | #include <linux/major.h> | 4 | #include <linux/major.h> |
| 5 | #include <linux/types.h> | ||
| 6 | #include <linux/kdev_t.h> | ||
| 5 | 7 | ||
| 6 | enum { | 8 | enum { |
| 7 | Root_NFS = MKDEV(UNNAMED_MAJOR, 255), | 9 | Root_NFS = MKDEV(UNNAMED_MAJOR, 255), |
