igb: support for VF configuration tools
[safe/jmp/linux-2.6] / drivers / base / base.h
index 503d59c..2ca7f5b 100644 (file)
@@ -139,3 +139,9 @@ static inline void module_add_driver(struct module *mod,
                                     struct device_driver *drv) { }
 static inline void module_remove_driver(struct device_driver *drv) { }
 #endif
+
+#ifdef CONFIG_DEVTMPFS
+extern int devtmpfs_init(void);
+#else
+static inline int devtmpfs_init(void) { return 0; }
+#endif