Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122913
b: refs/heads/master
c: 409b204
h: refs/heads/master
i:
  122911: ec31b5a
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Dec 26, 2008
1 parent 218cbcf commit 9b7afb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2f22d22ea7e95d45353b790ac52975a42e3a8558
refs/heads/master: 409b204435b85f7e159230c216f334a862cb3b95
6 changes: 3 additions & 3 deletions trunk/drivers/net/skfp/skfddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ static int skfp_close(struct net_device *dev)
* Interrupts are disabled, then reenabled at the adapter.
*/

irqreturn_t skfp_interrupt(int irq, void *dev_id)
static irqreturn_t skfp_interrupt(int irq, void *dev_id)
{
struct net_device *dev = dev_id;
struct s_smc *smc; /* private board structure pointer */
Expand Down Expand Up @@ -684,7 +684,7 @@ irqreturn_t skfp_interrupt(int irq, void *dev_id)
* independent.
*
*/
struct net_device_stats *skfp_ctl_get_stats(struct net_device *dev)
static struct net_device_stats *skfp_ctl_get_stats(struct net_device *dev)
{
struct s_smc *bp = netdev_priv(dev);

Expand Down Expand Up @@ -1229,7 +1229,7 @@ static void send_queued_packets(struct s_smc *smc)
* Verify if the source address is set. Insert it if necessary.
*
************************/
void CheckSourceAddress(unsigned char *frame, unsigned char *hw_addr)
static void CheckSourceAddress(unsigned char *frame, unsigned char *hw_addr)
{
unsigned char SRBit;

Expand Down

0 comments on commit 9b7afb1

Please sign in to comment.