summaryrefslogtreecommitdiff
path: root/sys/kern/subr_firmware.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-02-03 07:51:11 +0000
committerWarner Losh <imp@FreeBSD.org>2009-02-03 07:51:11 +0000
commit4592c621f34bc62d9e1db7d2caf426471f63fe9f (patch)
tree4e369205dc9e86ab5f688e1b2ad6abf762ed42ad /sys/kern/subr_firmware.c
parent8260e3a4c05d84277ea6f719519cdcd22f974dc0 (diff)
Notes
Diffstat (limited to 'sys/kern/subr_firmware.c')
-rw-r--r--sys/kern/subr_firmware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_firmware.c b/sys/kern/subr_firmware.c
index 24b829e2ed5c..6a36c24e5f66 100644
--- a/sys/kern/subr_firmware.c
+++ b/sys/kern/subr_firmware.c
@@ -525,7 +525,7 @@ firmware_modevent(module_t mod, int type, void *unused)
static moduledata_t firmware_mod = {
"firmware",
firmware_modevent,
- 0
+ NULL
};
DECLARE_MODULE(firmware, firmware_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
MODULE_VERSION(firmware, 1);