summaryrefslogtreecommitdiffstats
path: root/drivers/staging/batman-adv/send.c
diff options
context:
space:
mode:
authorSimon Wunderlich <siwu@hrz.tu-chemnitz.de>2010-01-02 11:30:51 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:36 -0800
commitabad5446585b0b9519fad00c05156f373ea114ad (patch)
treee2b09bb5a418d9bd0f78c88a85b51e857c42ddbf /drivers/staging/batman-adv/send.c
parentb9b27e4ef6313449a6b40a21e0e9a1bdd9a1d8ce (diff)
downloadop-kernel-dev-abad5446585b0b9519fad00c05156f373ea114ad.zip
op-kernel-dev-abad5446585b0b9519fad00c05156f373ea114ad.tar.gz
Staging: batman-adv: Remove compat.h
Since we are now part of mainline, we don't need compat.h to allow building of the module with old versions of the kernel. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/batman-adv/send.c')
-rw-r--r--drivers/staging/batman-adv/send.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/batman-adv/send.c b/drivers/staging/batman-adv/send.c
index edfdd5d..944b2cd 100644
--- a/drivers/staging/batman-adv/send.c
+++ b/drivers/staging/batman-adv/send.c
@@ -29,8 +29,6 @@
#include "vis.h"
#include "aggregation.h"
-#include "compat.h"
-
/* apply hop penalty for a normal link */
static uint8_t hop_penalty(const uint8_t tq)
{
OpenPOWER on IntegriCloud