device.h: move devtmpfs prototypes out of the file
[sfrench/cifs-2.6.git] / include / linux / device.h
index 96ff76731e93df766d09394f8936254849e5b9b8..ba4c24f9cd8b0e562e3b4e8afc9423fa0af5b4a7 100644 (file)
@@ -1664,12 +1664,8 @@ extern void put_device(struct device *dev);
 extern bool kill_device(struct device *dev);
 
 #ifdef CONFIG_DEVTMPFS
-extern int devtmpfs_create_node(struct device *dev);
-extern int devtmpfs_delete_node(struct device *dev);
 extern int devtmpfs_mount(void);
 #else
-static inline int devtmpfs_create_node(struct device *dev) { return 0; }
-static inline int devtmpfs_delete_node(struct device *dev) { return 0; }
 static inline int devtmpfs_mount(void) { return 0; }
 #endif