Commit 6626af69 authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller

rhashtable: Fix undeclared EEXIST build error on ia64

We need to include linux/errno.h in rhashtable.h since it doesn't
always get included otherwise.
Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b4c11cb4
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#define _LINUX_RHASHTABLE_H #define _LINUX_RHASHTABLE_H
#include <linux/compiler.h> #include <linux/compiler.h>
#include <linux/errno.h>
#include <linux/list_nulls.h> #include <linux/list_nulls.h>
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include <linux/mutex.h> #include <linux/mutex.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment