Commit 374b74c7 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[WATCHDOG] Fix up incorrect C99 struct conversion

parent 6a670cdd
......@@ -218,7 +218,7 @@ static struct miscdevice acq_miscdev=
static struct notifier_block acq_notifier =
{
.notifier_call = acq_notify_sys,
.self = acq_notify_sys,
.next = NULL,
.priority = 0
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment