Skip to content

Commit

Permalink
[ECONET]: Use macro for spinlock_t definition.
Browse files Browse the repository at this point in the history
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed Jan 4, 2006
1 parent f190055 commit ca40330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/econet/af_econet.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static struct net_device *net2dev_map[256];
#define EC_PORT_IP 0xd2

#ifdef CONFIG_ECONET_AUNUDP
static spinlock_t aun_queue_lock;
static DEFINE_SPINLOCK(aun_queue_lock);
static struct socket *udpsock;
#define AUN_PORT 0x8000

Expand Down

0 comments on commit ca40330

Please sign in to comment.