Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d795413 authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by David S. Miller
Browse files

rhashtable: add missing import <linux/export.h>



rhashtable uses EXPORT_SYMBOL_GPL() without importing linux/export.h
directly it is only imported indirectly through some other includes.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c6271b76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include <linux/random.h>
#include <linux/rhashtable.h>
#include <linux/err.h>
#include <linux/export.h>

#define HASH_DEFAULT_SIZE	64UL
#define HASH_MIN_SIZE		4U