提交 e543c241 编写于 作者: G Greg Kroah-Hartman

Staging: agnx: fix build warnings

Fix some minor build warnins in the agnx driver

Cc: Li YanBo <dreamfly281@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 aa0d6c34
......@@ -207,7 +207,7 @@ static void rings_free(struct agnx_priv *priv)
spin_unlock_irqrestore(&priv->lock, flags);
}
#if 0
static void agnx_periodic_work_handler(struct work_struct *work)
{
struct agnx_priv *priv = container_of(work, struct agnx_priv,
......@@ -233,12 +233,12 @@ static void agnx_periodic_work_handler(struct work_struct *work)
// spin_unlock_irqrestore(&priv->lock, flags);
}
#endif
static int agnx_start(struct ieee80211_hw *dev)
{
struct agnx_priv *priv = dev->priv;
unsigned long delay;
/* unsigned long delay; */
int err = 0;
AGNX_TRACE;
......
......@@ -723,6 +723,7 @@ static inline void set_adhoc_mode(struct agnx_priv *priv)
agnx_write32(ctl, AGNX_SYSITF_SYSMODE, 0x0);
}
#if 0
static void unknow_register_write(struct agnx_priv *priv)
{
void __iomem *ctl = priv->ctl;
......@@ -752,6 +753,7 @@ static void unknow_register_write(struct agnx_priv *priv)
agnx_write32(ctl, AGNX_UNKNOWN_BASE + 0x58, 0x1F);
agnx_write32(ctl, AGNX_UNKNOWN_BASE + 0x5c, 0x1a);
}
#endif
static void card_interface_init(struct agnx_priv *priv)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册