mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Correct return code (int) for at91_rtc_intr() prototype.
Approved by: cognet
This commit is contained in:
parent
9c827cecbd
commit
2e35649225
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167069
@ -80,7 +80,7 @@ static devclass_t at91_rtc_devclass;
|
||||
static int at91_rtc_probe(device_t dev);
|
||||
static int at91_rtc_attach(device_t dev);
|
||||
static int at91_rtc_detach(device_t dev);
|
||||
static void at91_rtc_intr(void *);
|
||||
static int at91_rtc_intr(void *);
|
||||
|
||||
/* helper routines */
|
||||
static int at91_rtc_activate(device_t dev);
|
||||
|
Loading…
Reference in New Issue
Block a user