summaryrefslogtreecommitdiffstats
path: root/share/examples/kld/firmware/fwconsumer/fw_consumer.c
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/kld/firmware/fwconsumer/fw_consumer.c')
-rw-r--r--share/examples/kld/firmware/fwconsumer/fw_consumer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/kld/firmware/fwconsumer/fw_consumer.c b/share/examples/kld/firmware/fwconsumer/fw_consumer.c
index 421dcc6..6a51737 100644
--- a/share/examples/kld/firmware/fwconsumer/fw_consumer.c
+++ b/share/examples/kld/firmware/fwconsumer/fw_consumer.c
@@ -71,7 +71,7 @@ fw_consumer_modevent(module_t mod, int type, void *unused)
static moduledata_t fw_consumer_mod = {
"fw_consumer",
fw_consumer_modevent,
- NULL
+ 0
};
DECLARE_MODULE(fw_consumer, fw_consumer_mod, SI_SUB_DRIVERS, SI_ORDER_ANY);
MODULE_VERSION(fw_consumer, 1);
OpenPOWER on IntegriCloud