aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/send.h
diff options
context:
space:
mode:
authorLinus Lüssing <linus.luessing@ascom.ch>2011-02-06 23:08:37 +0000
committerSven Eckelmann <sven@narfation.org>2011-02-11 23:30:29 +0100
commitee1e884194eb19574898ce6d5eaef5e8afdec7f2 (patch)
tree71ff4163b147b3562093e5090bff7a8d2a2aad4e /net/batman-adv/send.h
parent14062064167ecdda4a17ec9190740c189223550a (diff)
downloadkernel_samsung_smdk4412-ee1e884194eb19574898ce6d5eaef5e8afdec7f2.zip
kernel_samsung_smdk4412-ee1e884194eb19574898ce6d5eaef5e8afdec7f2.tar.gz
kernel_samsung_smdk4412-ee1e884194eb19574898ce6d5eaef5e8afdec7f2.tar.bz2
batman-adv: Remove duplicate types.h inclusions
types.h is included by main.h, which is included at the beginning of any other c-file anyway. Therefore this commit removes those duplicate inclussions. Signed-off-by: Linus Lüssing <linus.luessing@ascom.ch> Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/send.h')
-rw-r--r--net/batman-adv/send.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/batman-adv/send.h b/net/batman-adv/send.h
index bc53ade..b68c272 100644
--- a/net/batman-adv/send.h
+++ b/net/batman-adv/send.h
@@ -22,8 +22,6 @@
#ifndef _NET_BATMAN_ADV_SEND_H_
#define _NET_BATMAN_ADV_SEND_H_
-#include "types.h"
-
int send_skb_packet(struct sk_buff *skb,
struct batman_if *batman_if,
uint8_t *dst_addr);