mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Remove unused FDNUMTOUNIT() macro
This commit is contained in:
parent
74cc032b41
commit
db42ff97da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126400
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -198,8 +198,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.
|
||||
*/
|
||||
|
@ -198,8 +198,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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user