forked from Imagelibrary/rtems
sparc/shared: Fix warnings
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/*
|
||||
* GRCAN driver
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT (c) 2007.
|
||||
* Gaisler Research.
|
||||
*
|
||||
@@ -12,7 +14,6 @@
|
||||
* 2007-06-13, Daniel Hellstrom <daniel@gaisler.com>
|
||||
* New driver in sparc shared directory. Parts taken
|
||||
* from rasta grhcan driver.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <bsp.h>
|
||||
@@ -1791,6 +1792,8 @@ static int grcan_register_internal(void)
|
||||
}
|
||||
|
||||
|
||||
int grcan_register_abs(struct grcan_device_info *devices, int dev_cnt);
|
||||
|
||||
/* Use custom addresses and IRQs to find hardware */
|
||||
int GRCAN_PREFIX(_register_abs)(struct grcan_device_info *devices, int dev_cnt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user