summaryrefslogtreecommitdiff
path: root/include/linux/miscdevice.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-04-20 00:52:14 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-04-20 00:52:14 -0700
commitce3688f7e5e103b823bd17d75b03ea4bc2dabfd6 (patch)
treeef9d18eccc1e1e7ca0b631045e63b80d5442619a /include/linux/miscdevice.h
parent8f421acbbdc3daba1682bdf7b99083f4725ce5d3 (diff)
parent6b75d22fef4f5d8c3e6b6adfc95643f0d896a1bd (diff)
Merge
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);