diff options
| author | Christoph Hellwig <hch@lst.de> | 2003-04-20 00:40:00 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2003-04-20 00:40:00 -0700 |
| commit | 4977d1c64d4bdd7cd5a4a684668b044b7eaeaa29 (patch) | |
| tree | 3bd471755faf549ff3954e603150c3d0d9c1e948 /include | |
| parent | e8095bf2dd4ad96d75a9197f0c6ef4eb5b3b3dff (diff) | |
[PATCH] devfs: videodev
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/videodev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/videodev.h b/include/linux/videodev.h index fc6d314ecfc1..6c684a84142b 100644 --- a/include/linux/videodev.h +++ b/include/linux/videodev.h @@ -39,7 +39,7 @@ struct video_device /* for videodev.c intenal usage -- don't touch */ int users; struct semaphore lock; - devfs_handle_t devfs_handle; + char devfs_name[64]; /* devfs */ }; #define VIDEO_MAJOR 81 |
