diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-11-05 19:16:27 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-11-05 19:16:27 +0000 |
| commit | 29658c96ce9914fdf4ff4e3519fbec696ef32118 (patch) | |
| tree | 94ae3a33b6da3a7eb7e7354e30b147e8e406b496 /sys/dev/lge | |
| parent | 5b6478b07785cbc4771d7f164985bbd0a547091d (diff) | |
Notes
Diffstat (limited to 'sys/dev/lge')
| -rw-r--r-- | sys/dev/lge/if_lge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/lge/if_lge.c b/sys/dev/lge/if_lge.c index 26bd410d7ffb..09ceea12d0e1 100644 --- a/sys/dev/lge/if_lge.c +++ b/sys/dev/lge/if_lge.c @@ -110,7 +110,7 @@ __FBSDID("$FreeBSD$"); /* * Various supported device vendors/types and their names. */ -static const struct lge_type const lge_devs[] = { +static const struct lge_type lge_devs[] = { { LGE_VENDORID, LGE_DEVICEID, "Level 1 Gigabit Ethernet" }, { 0, 0, NULL } }; |
