arm/atmel_sam3: fixes incorrect rename to SYS_INIT()
Change-Id: I0c2ce73cd758e5e7472fa7bf66e48d12b1cdf6af Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
bf0e5089dc
commit
a8a5597e94
1 changed files with 1 additions and 1 deletions
|
@ -194,4 +194,4 @@ static int atmel_sam3_init(struct device *arg)
|
|||
return 0;
|
||||
}
|
||||
|
||||
DEVICE_INIT(atmel_sam3_init, PRIMARY, 0);
|
||||
SYS_INIT(atmel_sam3_init, PRIMARY, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue