Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122901
b: refs/heads/master
c: dac499f
h: refs/heads/master
i:
  122899: defba0d
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Dec 26, 2008
1 parent 9b43e81 commit 667c2ce
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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: a08b32df1417146b1a4c43e641ec1177da51896c
refs/heads/master: dac499f912abd5838fa3501efdcd0f23d5f4fc29
2 changes: 1 addition & 1 deletion trunk/drivers/net/3c523.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ static int __init check586(struct net_device *dev, unsigned long where, unsigned
* set iscp at the right place, called by elmc_probe and open586.
*/

void alloc586(struct net_device *dev)
static void alloc586(struct net_device *dev)
{
struct priv *p = netdev_priv(dev);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/cs89x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ dma_rx(struct net_device *dev)

#endif /* ALLOW_DMA */

void __init reset_chip(struct net_device *dev)
static void __init reset_chip(struct net_device *dev)
{
#if !defined(CONFIG_MACH_MX31ADS)
#if !defined(CONFIG_MACH_IXDP2351) && !defined(CONFIG_ARCH_IXDP2X01)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/eepro.c
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ set_multicast_list(struct net_device *dev)
#define eeprom_delay() { udelay(40); }
#define EE_READ_CMD (6 << 6)

int
static int
read_eeprom(int ioaddr, int location, struct net_device *dev)
{
int i;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/plip.c
Original file line number Diff line number Diff line change
Expand Up @@ -1017,8 +1017,8 @@ plip_hard_header(struct sk_buff *skb, struct net_device *dev,
return ret;
}

int plip_hard_header_cache(const struct neighbour *neigh,
struct hh_cache *hh)
static int plip_hard_header_cache(const struct neighbour *neigh,
struct hh_cache *hh)
{
int ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/s2io.c
Original file line number Diff line number Diff line change
Expand Up @@ -5113,7 +5113,7 @@ static void s2io_set_multicast(struct net_device *dev)
/* read from CAM unicast & multicast addresses and store it in
* def_mac_addr structure
*/
void do_s2io_store_unicast_mc(struct s2io_nic *sp)
static void do_s2io_store_unicast_mc(struct s2io_nic *sp)
{
int offset;
u64 mac_addr = 0x0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/smc9194.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ struct net_device * __init smc_init(int unit)
. interrupt, so an auto-detect routine can detect it, and find the IRQ,
------------------------------------------------------------------------
*/
int __init smc_findirq( int ioaddr )
static int __init smc_findirq(int ioaddr)
{
#ifndef NO_AUTOPROBE
int timeout = 20;
Expand Down

0 comments on commit 667c2ce

Please sign in to comment.