diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-11-17 03:32:59 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-11-17 03:32:59 -0800 |
| commit | 23237a431d3f8aa43140166530ce458447aa3e9d (patch) | |
| tree | 42480488a8a3d5095b882a666a1625e8b05deb16 /include/linux | |
| parent | 2022f44610471fd7837defeccd6c49e80ce01579 (diff) | |
Fix up devfs handling for when it is disabled.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/devfs_fs_kernel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h index f05155aaf71f..61ca61ae895c 100644 --- a/include/linux/devfs_fs_kernel.h +++ b/include/linux/devfs_fs_kernel.h @@ -39,10 +39,10 @@ typedef struct devfs_entry * devfs_handle_t; -extern void devfs_remove(const char *fmt, ...) __attribute__((format (printf, 1, 2))); - #ifdef CONFIG_DEVFS_FS +extern void devfs_remove(const char *fmt, ...) __attribute__((format (printf, 1, 2))); + struct unique_numspace { spinlock_t init_lock; |
