summaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorAl Smith <Al.Smith@aeschi.ch.eu.org>1999-03-31 11:26:53 +0000
committerAl Smith <Al.Smith@aeschi.ch.eu.org>1999-03-31 11:26:53 +0000
commit04a4c145e0293e7cd55c5c844eda08b1611e78a6 (patch)
tree47edd75283d84e726958f4ac138ac6ae64ca9da4 /drivers/block
parentae7b6b442dd0b4578271a10c9bdd5886e0ee51af (diff)
Forgot to add #include <asm/byteorder.h> on the last revision.
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/genhd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/genhd.c b/drivers/block/genhd.c
index 99b2bf78a..ec5453979 100644
--- a/drivers/block/genhd.c
+++ b/drivers/block/genhd.c
@@ -762,6 +762,7 @@ static int sun_partition(struct gendisk *hd, kdev_t dev, unsigned long first_sec
#endif /* CONFIG_SUN_PARTITION */
#ifdef CONFIG_SGI_PARTITION
+#include <asm/byteorder.h>
static int sgi_partition(struct gendisk *hd, kdev_t dev, unsigned long first_sector)
{