summaryrefslogtreecommitdiff
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-02-29 10:21:40 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-02-29 10:21:40 +0000
commitdb42ff97da7e9f97bb1afcd82d4aa0772c5ab311 (patch)
tree434eaf0c5a74dc6d37c8c3852adc0a609f97859e /sys/dev/fdc
parent74cc032b414cfc02eae1cc5837cbc52082bd1495 (diff)
Notes
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index 2f5bb2fc6666..265ae1b8e0af 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -176,8 +176,6 @@ typedef struct fd_data *fd_p;
typedef struct fdc_data *fdc_p;
typedef enum fdc_type fdc_t;
-#define FDNUMTOUNIT(n) (((n) & 3) << 6)
-
/*
* fdc maintains a set (1!) of ivars per child of each controller.
*/