projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa989f5
)
ksz884x: convert to netdev_tx_t
author
Denis Kirjanov
<dkirjanov@hera.kernel.org>
Mon, 31 May 2010 00:24:49 +0000
(
00:24
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 1 Jun 2010 07:24:32 +0000
(
00:24
-0700)
Convert TX hook to netdev_tx_t type
Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ksz884x.c
patch
|
blob
|
history
diff --git
a/drivers/net/ksz884x.c
b/drivers/net/ksz884x.c
index
c80ca64
..
4568b6f
100644
(file)
--- a/
drivers/net/ksz884x.c
+++ b/
drivers/net/ksz884x.c
@@
-4854,7
+4854,7
@@
static inline void copy_old_skb(struct sk_buff *old, struct sk_buff *skb)
*
* Return 0 if successful; otherwise an error code indicating failure.
*/
-static
in
t netdev_tx(struct sk_buff *skb, struct net_device *dev)
+static
netdev_tx_
t netdev_tx(struct sk_buff *skb, struct net_device *dev)
{
struct dev_priv *priv = netdev_priv(dev);
struct dev_info *hw_priv = priv->adapter;