Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27950
b: refs/heads/master
c: 34186ef
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent 5ece26c commit 4a12475
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2999e4ea41d6ec6252d3b6d275b40d468a3c07e
refs/heads/master: 34186efc17025520a53a48468338003d238a77d7
12 changes: 6 additions & 6 deletions trunk/include/linux/genhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 4a12475

Please sign in to comment.