diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-10-18 12:21:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-10-18 12:21:58 +0000 |
commit | 340f30b736116144d97bf5f7b5777da0c4cebda6 (patch) | |
tree | 1fcd50aa567f7dbcdb8ca5c441252da1ffd3b0c9 /sys/dev/tc | |
parent | 5a39a37a686828a241b454675dc7c6d7e1538fe6 (diff) |
Remove even more unnecessary `needs-flag' attributes from config machinery,
as well as useless include of the generated flag files.
Diffstat (limited to 'sys/dev/tc')
-rw-r--r-- | sys/dev/tc/files.tc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/files.tc b/sys/dev/tc/files.tc index 7abbfb13941..10973b3b413 100644 --- a/sys/dev/tc/files.tc +++ b/sys/dev/tc/files.tc @@ -1,4 +1,4 @@ -# $OpenBSD: files.tc,v 1.11 2013/10/28 12:33:32 mpi Exp $ +# $OpenBSD: files.tc,v 1.12 2014/10/18 12:21:57 miod Exp $ # $NetBSD: files.tc,v 1.26 2001/11/28 10:21:24 lukem Exp $ # # Config file and device description for machine-independent @@ -6,7 +6,7 @@ device tc {[slot = -1], [offset = -1]} #attach tc at tcbus -file dev/tc/tc.c tc needs-flag +file dev/tc/tc.c tc # IOCTL ASIC device ioasic {[offset = -1]} |