aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/devfs_fs_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/devfs_fs_kernel.h')
-rw-r--r--include/linux/devfs_fs_kernel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h
index da336a3c6c7b..6d9f003dbce5 100644
--- a/include/linux/devfs_fs_kernel.h
+++ b/include/linux/devfs_fs_kernel.h
@@ -6,10 +6,6 @@
6#include <linux/types.h> 6#include <linux/types.h>
7#include <asm/semaphore.h> 7#include <asm/semaphore.h>
8 8
9static inline int devfs_mk_bdev(dev_t dev, umode_t mode, const char *fmt, ...)
10{
11 return 0;
12}
13static inline int devfs_mk_cdev(dev_t dev, umode_t mode, const char *fmt, ...) 9static inline int devfs_mk_cdev(dev_t dev, umode_t mode, const char *fmt, ...)
14{ 10{
15 return 0; 11 return 0;