Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122918
b: refs/heads/master
c: 62c5345
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Dec 26, 2008
1 parent c94b3ce commit 95c526f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b3dfa11cdef38bda07b99991f2f88c86df67ed2
refs/heads/master: 62c5345db704c912b485f6b60dab381c9cebf268
10 changes: 2 additions & 8 deletions trunk/drivers/net/wan/z85230.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,24 +601,18 @@ static void z8530_dma_status(struct z8530_channel *chan)
write_zsctrl(chan, RES_H_IUS);
}

struct z8530_irqhandler z8530_dma_sync=
{
static struct z8530_irqhandler z8530_dma_sync = {
z8530_dma_rx,
z8530_dma_tx,
z8530_dma_status
};

EXPORT_SYMBOL(z8530_dma_sync);

struct z8530_irqhandler z8530_txdma_sync=
{
static struct z8530_irqhandler z8530_txdma_sync = {
z8530_rx,
z8530_dma_tx,
z8530_dma_status
};

EXPORT_SYMBOL(z8530_txdma_sync);

/**
* z8530_rx_clear - Handle RX events from a stopped chip
* @c: Z8530 channel to shut up
Expand Down

0 comments on commit 95c526f

Please sign in to comment.