summaryrefslogtreecommitdiffstats
path: root/net/bridge/br.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bridge/br.c')
-rw-r--r--net/bridge/br.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bridge/br.c b/net/bridge/br.c
index dc70cfe5d..4947a9b89 100644
--- a/net/bridge/br.c
+++ b/net/bridge/br.c
@@ -52,7 +52,6 @@
*
*/
-#include <linux/config.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/socket.h>
@@ -807,7 +806,7 @@ static void hold_timer_expiry(int port_no) /* (4.7.8) */
/* Vova Oksman: Write the buffer (contents of the Bridge table) */
/* to a PROCfs file */
-int br_tree_get_info(char *buffer, char **start, off_t offset, int length, int dummy)
+static int br_tree_get_info(char *buffer, char **start, off_t offset, int length)
{
int size;
int len=0;