|
@@ -956,27 +956,6 @@ ssize_t il4965_ucode_tx_stats_read(struct file *file, char __user *user_buf,
|
|
|
ssize_t il4965_ucode_general_stats_read(struct file *file,
|
|
|
char __user *user_buf, size_t count,
|
|
|
loff_t *ppos);
|
|
|
-#else
|
|
|
-static ssize_t
|
|
|
-il4965_ucode_rx_stats_read(struct file *file, char __user *user_buf,
|
|
|
- size_t count, loff_t *ppos)
|
|
|
-{
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
-static ssize_t
|
|
|
-il4965_ucode_tx_stats_read(struct file *file, char __user *user_buf,
|
|
|
- size_t count, loff_t *ppos)
|
|
|
-{
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
-static ssize_t
|
|
|
-il4965_ucode_general_stats_read(struct file *file, char __user *user_buf,
|
|
|
- size_t count, loff_t *ppos)
|
|
|
-{
|
|
|
- return 0;
|
|
|
-}
|
|
|
#endif
|
|
|
|
|
|
/****************************/
|