Commit e543c241 authored by Greg Kroah-Hartman's avatar 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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent aa0d6c34
...@@ -207,7 +207,7 @@ static void rings_free(struct agnx_priv *priv) ...@@ -207,7 +207,7 @@ static void rings_free(struct agnx_priv *priv)
spin_unlock_irqrestore(&priv->lock, flags); spin_unlock_irqrestore(&priv->lock, flags);
} }
#if 0
static void agnx_periodic_work_handler(struct work_struct *work) static void agnx_periodic_work_handler(struct work_struct *work)
{ {
struct agnx_priv *priv = container_of(work, struct agnx_priv, struct agnx_priv *priv = container_of(work, struct agnx_priv,
...@@ -233,12 +233,12 @@ static void agnx_periodic_work_handler(struct work_struct *work) ...@@ -233,12 +233,12 @@ static void agnx_periodic_work_handler(struct work_struct *work)
// spin_unlock_irqrestore(&priv->lock, flags); // spin_unlock_irqrestore(&priv->lock, flags);
} }
#endif
static int agnx_start(struct ieee80211_hw *dev) static int agnx_start(struct ieee80211_hw *dev)
{ {
struct agnx_priv *priv = dev->priv; struct agnx_priv *priv = dev->priv;
unsigned long delay; /* unsigned long delay; */
int err = 0; int err = 0;
AGNX_TRACE; AGNX_TRACE;
......
...@@ -723,6 +723,7 @@ static inline void set_adhoc_mode(struct agnx_priv *priv) ...@@ -723,6 +723,7 @@ static inline void set_adhoc_mode(struct agnx_priv *priv)
agnx_write32(ctl, AGNX_SYSITF_SYSMODE, 0x0); agnx_write32(ctl, AGNX_SYSITF_SYSMODE, 0x0);
} }
#if 0
static void unknow_register_write(struct agnx_priv *priv) static void unknow_register_write(struct agnx_priv *priv)
{ {
void __iomem *ctl = priv->ctl; void __iomem *ctl = priv->ctl;
...@@ -752,6 +753,7 @@ static void unknow_register_write(struct agnx_priv *priv) ...@@ -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 + 0x58, 0x1F);
agnx_write32(ctl, AGNX_UNKNOWN_BASE + 0x5c, 0x1a); agnx_write32(ctl, AGNX_UNKNOWN_BASE + 0x5c, 0x1a);
} }
#endif
static void card_interface_init(struct agnx_priv *priv) static void card_interface_init(struct agnx_priv *priv)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment