blob: c7d05dbc2af7292e5e101f7fe893fce6a18f6b9b [file] [log] [blame]
#ifndef _LINUX_DEVFS_FS_KERNEL_H
#define _LINUX_DEVFS_FS_KERNEL_H
#include <linux/fs.h>
#include <linux/spinlock.h>
#include <linux/types.h>
#include <asm/semaphore.h>
static inline void devfs_remove(const char *fmt, ...)
{
}
#endif /* _LINUX_DEVFS_FS_KERNEL_H */