summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndries E. Brouwer <andries.brouwer@cwi.nl>2003-05-26 02:46:05 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-05-26 02:46:05 -0700
commit4bb71656ea7a6553242d639366ac3db6f626aa36 (patch)
tree3848903496711f12d2f1fbfa4ffeea120abe7fc4 /include
parent2e06448d89312eb97635779d945d5e2f276f04d1 (diff)
[PATCH] kill ide-geometry
I consider myself the maintainer of this code, created the file, want to destroy it again. It is unused and incorrect today.
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index a6166056977c..bb11a69e6d5c 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1299,12 +1299,6 @@ extern void ide_fixstring(u8 *, const int, const int);
extern int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long);
/*
- * This routine is called from the partition-table code in genhd.c
- * to "convert" a drive to a logical geometry with fewer than 1024 cyls.
- */
-extern int ide_xlate_1024(struct block_device *, int, int, const char *);
-
-/*
* Return the current idea about the total capacity of this drive.
*/
extern unsigned long current_capacity (ide_drive_t *drive);