diff options
| author | Adrian Bunk <bunk@fs.tum.de> | 2002-06-17 21:02:26 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-06-17 21:02:26 -0700 |
| commit | 288aa7400513bf45c9138b3653e99e4a24093c6e (patch) | |
| tree | def7e23b12285fc8d2cbfea48673d529d1fbd065 /drivers | |
| parent | 813bef20270cd82f94c66416debc91220b660caf (diff) | |
[PATCH] drivers/char/rio/func.h needs linux/kdev_t.h
It seems func.h needs to inlude linux/kdev_t.h:
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/char/rio/func.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/rio/func.h b/drivers/char/rio/func.h index 3cf72f3e4632..7118ffa2522c 100644 --- a/drivers/char/rio/func.h +++ b/drivers/char/rio/func.h @@ -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"; |
