summaryrefslogtreecommitdiffstats
path: root/sys/dev/xl/xlphy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/xl/xlphy.c')
-rw-r--r--sys/dev/xl/xlphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xl/xlphy.c b/sys/dev/xl/xlphy.c
index e5ac9fc..2fe9e0d 100644
--- a/sys/dev/xl/xlphy.c
+++ b/sys/dev/xl/xlphy.c
@@ -86,7 +86,7 @@ static device_method_t xlphy_methods[] = {
DEVMETHOD(device_attach, xlphy_attach),
DEVMETHOD(device_detach, mii_phy_detach),
DEVMETHOD(device_shutdown, bus_generic_shutdown),
- { 0, 0 }
+ DEVMETHOD_END
};
static devclass_t xlphy_devclass;
OpenPOWER on IntegriCloud