diff options
author | yongari <yongari@FreeBSD.org> | 2007-06-12 04:33:21 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2007-06-12 04:33:21 +0000 |
commit | aa6c27d81763f98c4700e9a4f929f862980b366e (patch) | |
tree | 50e8ff206c944c4362d10d2f8991459ea1b12cfd | |
parent | 2eb43cb958c78a7a9ef7d0a4df488dda3641d669 (diff) | |
download | FreeBSD-src-aa6c27d81763f98c4700e9a4f929f862980b366e.zip FreeBSD-src-aa6c27d81763f98c4700e9a4f929f862980b366e.tar.gz |
Nuke duplicated __FBSDID.
-rw-r--r-- | sys/dev/txp/if_txp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index aff8461..6d7eda1 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -40,10 +40,6 @@ __FBSDID("$FreeBSD$"); /* * Driver for 3c990 (Typhoon) Ethernet ASIC */ - -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/systm.h> #include <sys/sockio.h> |