]> git.hungrycats.org Git - linux/commitdiff
adb.c needs <linux/devfs_fs_kernel.h>
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 29 May 2004 06:33:01 +0000 (23:33 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 29 May 2004 06:33:01 +0000 (23:33 -0700)
drivers/macintosh/adb.c

index 5be1364258f2e595f0633bd5ac15ec3b2160b217..3d2357e50b68274b645d4de359c367bf9a695729 100644 (file)
@@ -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