sparc/shared: Fix warnings

This commit is contained in:
Joel Sherrill
2014-10-17 08:51:33 -05:00
parent 8a04e72e5f
commit 56fb691566
3 changed files with 12 additions and 4 deletions

View File

@@ -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)
{