Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108105
b: refs/heads/master
c: e6ca232
h: refs/heads/master
i:
  108103: e0e1575
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Aug 9, 2008
1 parent 31f0503 commit da66409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 28efb9e1a758435bb9d49798400fb0373d018d5c
refs/heads/master: e6ca23289f865f0372b89f42884c258a8e85460b
4 changes: 2 additions & 2 deletions trunk/drivers/net/atl1e/atl1e_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MODULE_DESCRIPTION("Atheros 1000M Ethernet Network Driver");
MODULE_LICENSE("GPL");
MODULE_VERSION(DRV_VERSION);

static inline void atl1e_setup_mac_ctrl(struct atl1e_adapter *adapter);
static void atl1e_setup_mac_ctrl(struct atl1e_adapter *adapter);

static const u16
atl1e_rx_page_vld_regs[AT_MAX_RECEIVE_QUEUE][AT_PAGE_NUM_PER_QUEUE] =
Expand Down Expand Up @@ -1037,7 +1037,7 @@ static inline void atl1e_configure_dma(struct atl1e_adapter *adapter)
return;
}

static inline void atl1e_setup_mac_ctrl(struct atl1e_adapter *adapter)
static void atl1e_setup_mac_ctrl(struct atl1e_adapter *adapter)
{
u32 value;
struct atl1e_hw *hw = &adapter->hw;
Expand Down

0 comments on commit da66409

Please sign in to comment.