summaryrefslogtreecommitdiff
path: root/proto_ip_esp.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-02-24 18:07:33 +0100
committerTobias Klauser <tklauser@distanz.ch>2014-02-24 18:07:33 +0100
commitfe9013a19c9962fd1383ae2a4f595d0aaa8548da (patch)
tree5003e218bc9dff723286a39b30bf8c785322f800 /proto_ip_esp.c
parent4206469f7028ca9a14a4bd8141b51dd444e979a6 (diff)
dissectors: Get rid of unecessary includes of protos.h
This header is actually only needed in dissector_eth and dissector_80211, so remove the other users accordingly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_ip_esp.c')
-rw-r--r--proto_ip_esp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto_ip_esp.c b/proto_ip_esp.c
index cc4e06e..8dabdb3 100644
--- a/proto_ip_esp.c
+++ b/proto_ip_esp.c
@@ -11,7 +11,6 @@
#include <netinet/in.h> /* for ntohs() */
#include "proto.h"
-#include "protos.h"
#include "dissector_eth.h"
#include "built_in.h"
#include "pkt_buff.h"
ining container_of macros into inline functions drm/imx: store internal bus configuration in crtc state drm/imx: remove empty mode_set encoder callbacks drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMIC drm/imx: atomic phase 3 step 2: Legacy callback fixups drm/bridge: dw-hdmi: Remove the legacy drm_connector_funcs structure drm/imx: atomic phase 3 step 1: Use atomic configuration drm/imx: Remove encoders' ->prepare callbacks drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flip drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroy drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpers gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanism drm/imx: ipuv3 plane: Check different types of plane separately
Diffstat (limited to 'Documentation/kobject.txt')