diff options
| author | Christoph Hellwig <hch@lst.de> | 2003-04-20 00:40:08 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2003-04-20 00:40:08 -0700 |
| commit | 2048d61cd6afcae590e1d09772cf1c08d7341e84 (patch) | |
| tree | d0973a88afb8028e2d81bb16934c486eff60ada7 /include/linux/miscdevice.h | |
| parent | 4977d1c64d4bdd7cd5a4a684668b044b7eaeaa29 (diff) | |
[PATCH] devfs: miscdev
Diffstat (limited to 'include/linux/miscdevice.h')
| -rw-r--r-- | include/linux/miscdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index b7b3da409f8a..c8b70414ebf6 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -44,7 +44,7 @@ struct miscdevice const char *name; struct file_operations *fops; struct miscdevice * next, * prev; - devfs_handle_t devfs_handle; + char devfs_name[64]; }; extern int misc_register(struct miscdevice * misc); |
