Re: [PATCH] rhashtable: add missing import

2015-06-07 Thread David Miller
From: Hauke Mehrtens Date: Sat, 6 Jun 2015 22:07:23 +0200 > 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 Applied, thanks. -- To unsubscribe from this list: send the

[PATCH] rhashtable: add missing import

2015-06-06 Thread Hauke Mehrtens
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 --- lib/rhashtable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rhashtable.c b/lib/rhashtable.c index b28df40..1b70