|
@@ -55,7 +55,7 @@ il4965_stats_flag(struct il_priv *il, char *buf, int bufsz)
|
|
|
return p;
|
|
|
}
|
|
|
|
|
|
-ssize_t
|
|
|
+static ssize_t
|
|
|
il4965_ucode_rx_stats_read(struct file *file, char __user *user_buf,
|
|
|
size_t count, loff_t *ppos)
|
|
|
{
|
|
@@ -467,7 +467,7 @@ il4965_ucode_rx_stats_read(struct file *file, char __user *user_buf,
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
-ssize_t
|
|
|
+static ssize_t
|
|
|
il4965_ucode_tx_stats_read(struct file *file, char __user *user_buf,
|
|
|
size_t count, loff_t *ppos)
|
|
|
{
|
|
@@ -633,7 +633,7 @@ il4965_ucode_tx_stats_read(struct file *file, char __user *user_buf,
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
-ssize_t
|
|
|
+static ssize_t
|
|
|
il4965_ucode_general_stats_read(struct file *file, char __user *user_buf,
|
|
|
size_t count, loff_t *ppos)
|
|
|
{
|