Message ID | 1417519009-20699-13-git-send-email-mpa@pengutronix.de (mailing list archive) |
---|---|
State | Superseded, archived |
Headers |
Commit Message
diff --git a/hash.c b/hash.c index 1d3e5ebaa7ad..783ea8103a80 100644 --- a/hash.c +++ b/hash.c @@ -15,6 +15,10 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include <linux/slab.h> +#include <linux/spinlock.h> +#include <linux/types.h> + #include "main.h" #include "hash.h"