Skip to content

Commit

Permalink
rhashtable: add missing import <linux/export.h>
Browse files Browse the repository at this point in the history
rhashtable uses EXPORT_SYMBOL_GPL() without importing linux/export.h
directly it is only imported indirectly through some other includes.

Signed-off-by: Hauke Mehrtens <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
hauke authored and davem330 committed Jun 7, 2015
1 parent c6271b7 commit 6d79541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rhashtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d79541

Please sign in to comment.