提交 34186efc 编写于 作者: D David Woodhouse

Include various private files only from within __KERNEL__ in genhd.h

Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
上级 f2999e4e
......@@ -9,13 +9,7 @@
* <drew@colorado.edu>
*/
#include <linux/config.h>
#include <linux/types.h>
#include <linux/major.h>
#include <linux/device.h>
#include <linux/smp.h>
#include <linux/string.h>
#include <linux/fs.h>
enum {
/* These three have identical behaviour; use the second one if DOS FDISK gets
......@@ -61,6 +55,12 @@ struct partition {
#endif
#ifdef __KERNEL__
#include <linux/major.h>
#include <linux/device.h>
#include <linux/smp.h>
#include <linux/string.h>
#include <linux/fs.h>
struct partition {
unsigned char boot_ind; /* 0x80 - active */
unsigned char head; /* starting head */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册