Commit 1f0813ea authored by Adrian Bunk's avatar Adrian Bunk Committed by Jeff Garzik

Include linux/slab.h not linux/malloc.h in pc300 wan driver.

parent 8502032b
......@@ -46,7 +46,7 @@
#include <linux/init.h>
#include <linux/netdevice.h>
#include <linux/spinlock.h>
#include <linux/malloc.h>
#include <linux/slab.h>
#include <linux/if.h>
#include <asm/io.h>
#include <asm/uaccess.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