summaryrefslogtreecommitdiff
path: root/include/linux/miscdevice.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2003-04-20 00:40:08 -0700
committerChristoph Hellwig <hch@lst.de>2003-04-20 00:40:08 -0700
commit2048d61cd6afcae590e1d09772cf1c08d7341e84 (patch)
treed0973a88afb8028e2d81bb16934c486eff60ada7 /include/linux/miscdevice.h
parent4977d1c64d4bdd7cd5a4a684668b044b7eaeaa29 (diff)
[PATCH] devfs: miscdev
Diffstat (limited to 'include/linux/miscdevice.h')
-rw-r--r--include/linux/miscdevice.h2
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);