diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2012-10-10 08:36:38 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-10-10 08:36:38 +0000 |
| commit | 9823d52705ad71f19ef2205aa729547ac396e3eb (patch) | |
| tree | f558c08714a1def984e388cf1f14e3786bf01dbf /sys/dev/virtio/virtio.c | |
| parent | 87b8c3906166a5b64c6dc4dc7a5db7eb32406d9d (diff) | |
Revert previous commit...
Pointyhat to: kevlo (myself)
Notes
svn path=/head/; revision=241394
Diffstat (limited to 'sys/dev/virtio/virtio.c')
| -rw-r--r-- | sys/dev/virtio/virtio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/virtio/virtio.c b/sys/dev/virtio/virtio.c index bd893a2bdd93..1cac3c7d15a6 100644 --- a/sys/dev/virtio/virtio.c +++ b/sys/dev/virtio/virtio.c @@ -269,7 +269,7 @@ virtio_modevent(module_t mod, int type, void *unused) static moduledata_t virtio_mod = { "virtio", virtio_modevent, - NULL + 0 }; DECLARE_MODULE(virtio, virtio_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST); |
