Commit e56f7359 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller

net/core: include linux/types.h instead of asm/types.h

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1d2398dc
......@@ -21,7 +21,7 @@
#include <linux/spinlock.h>
#include <linux/workqueue.h>
#include <linux/bitops.h>
#include <asm/types.h>
#include <linux/types.h>
enum lw_bits {
......
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