From 6d867ef335eab5cee83e353a0c7e8d143a2d3419 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 8 Jul 2009 10:53:18 -0700 Subject: [PATCH] datapath: Remove declarations of functions that are never defined or used. --- datapath/datapath.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/datapath/datapath.h b/datapath/datapath.h index db243493e..13b664174 100644 --- a/datapath/datapath.h +++ b/datapath/datapath.h @@ -21,8 +21,6 @@ #include "flow.h" #include "brc_sysfs.h" -struct sk_buff; - /* Mask for the priority bits in a vlan header. If we ever merge upstream * then this should go into include/linux/if_vlan.h. */ #define VLAN_PCP_MASK 0xe000 @@ -123,10 +121,7 @@ int dp_table_foreach(struct dp_table *table, void dp_process_received_packet(struct sk_buff *, struct net_bridge_port *); int dp_del_port(struct net_bridge_port *, struct list_head *); -int dp_output_port(struct datapath *, struct sk_buff *, int out_port, - int ignore_no_fwd); int dp_output_control(struct datapath *, struct sk_buff *, int, u32 arg); -void dp_set_origin(struct datapath *, u16, struct sk_buff *); struct datapath *get_dp(int dp_idx); -- 2.43.0