Remove tinfo_t which would have been a typedef had someone actually used

typedef but instead it become an unused common.
This commit is contained in:
matt 2012-07-28 23:04:45 +00:00
parent 1750060a5d
commit 695805a585
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: wd33c93var.h,v 1.10 2009/05/12 14:25:18 cegger Exp $ */
/* $NetBSD: wd33c93var.h,v 1.11 2012/07/28 23:04:45 matt Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@ -112,7 +112,7 @@ struct wd33c93_tinfo {
u_char period; /* Period suggestion */
u_char offset; /* Offset suggestion */
struct wd33c93_linfo *lun[SBIC_NLUN]; /* LUN list for this target */
} tinfo_t;
};
/* Look up a lun in a tinfo */
#define TINFO_LUN(t, l) ((t)->lun[(l)])