patch-2.3.21 linux/fs/partitions/msdos.c
Next file: linux/fs/smbfs/cache.c
Previous file: linux/fs/ncpfs/dir.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Oct 11 11:49:09 1999
- Orig file:
v2.3.20/linux/fs/partitions/msdos.c
- Orig date:
Mon Oct 4 15:49:30 1999
diff -u --recursive --new-file v2.3.20/linux/fs/partitions/msdos.c linux/fs/partitions/msdos.c
@@ -26,6 +26,7 @@
#include <linux/major.h>
#include <linux/string.h>
#include <linux/blk.h>
+#include <linux/ide.h> /* IDE xlate */
#include <asm/system.h>
@@ -356,7 +357,6 @@
/*
* Look for various forms of IDE disk geometry translation
*/
- extern int ide_xlate_1024(kdev_t, int, int, const char *);
unsigned int sig = le16_to_cpu(*(unsigned short *)(data + 2));
int heads = 0;
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)