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/bktr | |
| parent | 87b8c3906166a5b64c6dc4dc7a5db7eb32406d9d (diff) | |
Notes
Diffstat (limited to 'sys/dev/bktr')
| -rw-r--r-- | sys/dev/bktr/bktr_mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_mem.c b/sys/dev/bktr/bktr_mem.c index e4e54871ca81..77c5971bacd4 100644 --- a/sys/dev/bktr/bktr_mem.c +++ b/sys/dev/bktr/bktr_mem.c @@ -182,7 +182,7 @@ bktr_retrieve_address(int unit, int type) static moduledata_t bktr_mem_mod = { "bktr_mem", bktr_mem_modevent, - NULL + 0 }; /* |
