From 482368b1a8e45430672c58c9a42e7d2004367126 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 24 Feb 2000 00:12:35 +0000 Subject: Merge with 2.3.47. Guys, this is buggy as shit. You've been warned. --- include/linux/miscdevice.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux/miscdevice.h') diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index 9e2a1e4ff..9cf4b9a14 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -1,6 +1,8 @@ #ifndef _LINUX_MISCDEVICE_H #define _LINUX_MISCDEVICE_H +#include + #define BUSMOUSE_MINOR 0 #define PSMOUSE_MINOR 1 #define MS_BUSMOUSE_MINOR 2 @@ -36,6 +38,7 @@ struct miscdevice const char *name; struct file_operations *fops; struct miscdevice * next, * prev; + devfs_handle_t devfs_handle; }; extern int misc_register(struct miscdevice * misc); -- cgit v1.2.3