diff options
| author | Sofian Brabez <sbz@FreeBSD.org> | 2013-01-30 18:01:20 +0000 |
|---|---|---|
| committer | Sofian Brabez <sbz@FreeBSD.org> | 2013-01-30 18:01:20 +0000 |
| commit | 61bfd867626dad25026bafcbc5fbc595d9e85417 (patch) | |
| tree | b90283573540537e551848558d0045460649c4e6 /sys/dev/xen/console | |
| parent | 8caedc2a57834d003127e32c17bc149271d856c2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/xen/console')
| -rw-r--r-- | sys/dev/xen/console/console.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/xen/console/console.c b/sys/dev/xen/console/console.c index 6a845caca939..6281bf2165e0 100644 --- a/sys/dev/xen/console/console.c +++ b/sys/dev/xen/console/console.c @@ -410,7 +410,8 @@ static device_method_t xc_methods[] = { DEVMETHOD(device_identify, xc_identify), DEVMETHOD(device_probe, xc_probe), DEVMETHOD(device_attach, xc_attach), - {0, 0} + + DEVMETHOD_END }; static driver_t xc_driver = { |
