Commit 6a2d19ce authored by Jaroslav Kysela's avatar Jaroslav Kysela

HP100

  - fixed compilation problem when debug is active
parent 9e82294a
......@@ -2091,6 +2091,9 @@ static void hp100_update_stats(struct net_device *dev)
static void hp100_misc_interrupt(struct net_device *dev)
{
#ifdef HP100_DEBUG_B
int ioaddr = dev->base_addr;
#endif
struct hp100_private *lp = (struct hp100_private *) dev->priv;
#ifdef HP100_DEBUG_B
......
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