]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] drivers/char/rio/func.h needs linux/kdev_t.h
authorAdrian Bunk <bunk@fs.tum.de>
Tue, 18 Jun 2002 04:02:26 +0000 (21:02 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 18 Jun 2002 04:02:26 +0000 (21:02 -0700)
It seems func.h needs to inlude linux/kdev_t.h:

drivers/char/rio/func.h

index 3cf72f3e46327521ae31f6da9d863d7acad21443..7118ffa2522c48c8440c3934ae17ad368c37e8a5 100644 (file)
@@ -33,6 +33,8 @@
 #ifndef __func_h_def
 #define __func_h_def
 
+#include <linux/kdev_t.h>
+
 #ifdef SCCS_LABELS
 #ifndef lint
 static char *_func_h_sccs_ = "@(#)func.h       1.3";