mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 00:49:43 +00:00
Fix for Void function returning value in sbc35-a9g20
Void function was returning 0 in the m41t94 rtc driver. This makes it similar to m41t62 rtc driver. Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
This commit is contained in:
parent
d5e2d625c7
commit
9829cabbaa
1 changed files with 0 additions and 1 deletions
|
@ -120,5 +120,4 @@ void rtc_reset(void)
|
||||||
* Could not be tested as the reset pin is not wired on
|
* Could not be tested as the reset pin is not wired on
|
||||||
* the sbc35-ag20 board
|
* the sbc35-ag20 board
|
||||||
*/
|
*/
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue