SPWCUC: fix build warnings

This commit is contained in:
Daniel Hellstrom
2015-02-11 12:31:26 +01:00
parent 8c6c53d554
commit 126b25d742

View File

@@ -32,7 +32,7 @@ void spwcuc_isr(void *data);
struct amba_drv_info spwcuc_drv_info;
/* Hardware Reset of SPWCUC */
int spwcuc_hw_reset(struct spwcuc_priv *priv)
static int spwcuc_hw_reset(struct spwcuc_priv *priv)
{
struct spwcuc_regs *r = priv->regs;
int i = 1000;
@@ -303,7 +303,7 @@ void spwcuc_isr(void *data)
/*** INTERFACE TO DRIVER MANAGER ***/
int spwcuc_init2(struct drvmgr_dev *dev)
static int spwcuc_init2(struct drvmgr_dev *dev)
{
struct amba_dev_info *ambadev;
struct ambapp_core *pnpinfo;