From 4a12475fd9f45e8c16d36338f04155b000608203 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 25 Apr 2006 14:07:57 +0100 Subject: [PATCH] --- yaml --- r: 27950 b: refs/heads/master c: 34186efc17025520a53a48468338003d238a77d7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/genhd.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 13d44a2c39ab..c073c8134919 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f2999e4ea41d6ec6252d3b6d275b40d468a3c07e +refs/heads/master: 34186efc17025520a53a48468338003d238a77d7 diff --git a/trunk/include/linux/genhd.h b/trunk/include/linux/genhd.h index 2ef845b35175..3498a0c68184 100644 --- a/trunk/include/linux/genhd.h +++ b/trunk/include/linux/genhd.h @@ -9,13 +9,7 @@ * */ -#include #include -#include -#include -#include -#include -#include enum { /* These three have identical behaviour; use the second one if DOS FDISK gets @@ -61,6 +55,12 @@ struct partition { #endif #ifdef __KERNEL__ +#include +#include +#include +#include +#include + struct partition { unsigned char boot_ind; /* 0x80 - active */ unsigned char head; /* starting head */