Commit 3188a3b6 authored by Linus Torvalds's avatar Linus Torvalds

pnp interface.c needs <linux/slab.h> for 'kfree()'

parent ecae3257
......@@ -13,6 +13,7 @@
#include <linux/types.h>
#include <linux/stat.h>
#include <linux/ctype.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include "base.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