diff options
Diffstat (limited to 'drivers/net/ethernet/atheros/alx/main.c')
-rw-r--r-- | drivers/net/ethernet/atheros/alx/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/atheros/alx/main.c b/drivers/net/ethernet/atheros/alx/main.c index 7968c644ad86..c131cfc1b79d 100644 --- a/drivers/net/ethernet/atheros/alx/main.c +++ b/drivers/net/ethernet/atheros/alx/main.c | |||
@@ -49,7 +49,7 @@ | |||
49 | #include "hw.h" | 49 | #include "hw.h" |
50 | #include "reg.h" | 50 | #include "reg.h" |
51 | 51 | ||
52 | const char alx_drv_name[] = "alx"; | 52 | static const char alx_drv_name[] = "alx"; |
53 | 53 | ||
54 | static void alx_free_txbuf(struct alx_tx_queue *txq, int entry) | 54 | static void alx_free_txbuf(struct alx_tx_queue *txq, int entry) |
55 | { | 55 | { |