]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/batman-adv/hash.c
Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma
[karo-tx-linux.git] / net / batman-adv / hash.c
index 7c1c63080e20362cd628251b37f44da446cdbdba..e89f3146b09257c68bc7f6b926fe79148b31ec2f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006-2014 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2006-2015 B.A.T.M.A.N. contributors:
  *
  * Simon Wunderlich, Marek Lindner
  *
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "main.h"
 #include "hash.h"
+#include "main.h"
+
+#include <linux/fs.h>
+#include <linux/lockdep.h>
+#include <linux/slab.h>
 
 /* clears the hash */
 static void batadv_hash_init(struct batadv_hashtable *hash)