Commit 1cd15c47 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[WATCHDOG] missed C99 named initialiser conversion.

parent fb33a336
......@@ -271,7 +271,7 @@ static int amdtco_notify_sys(struct notifier_block *this, unsigned long code, vo
static struct notifier_block amdtco_notifier =
{
notifier_call: amdtco_notify_sys
.notifier_call = amdtco_notify_sys
};
static struct file_operations amdtco_fops =
......
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