Commit f6677fee authored by Linus Torvalds's avatar Linus Torvalds

adb.c needs <linux/devfs_fs_kernel.h>

parent 462710a0
......@@ -36,6 +36,8 @@
#include <linux/spinlock.h>
#include <linux/completion.h>
#include <linux/device.h>
#include <linux/devfs_fs_kernel.h>
#include <asm/uaccess.h>
#include <asm/semaphore.h>
#ifdef CONFIG_PPC
......
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