sysctl extern cleanup: module
[sfrench/cifs-2.6.git] / include / linux / kmod.h
index 384ca8bbf1ac26210ed6d217d8651b86d9b5e4e0..facb27fe7de00a570d959d49f1c114bc16103a02 100644 (file)
@@ -27,6 +27,7 @@
 #define KMOD_PATH_LEN 256
 
 #ifdef CONFIG_MODULES
+extern char modprobe_path[]; /* for sysctl */
 /* modprobe exit status on success, -ve on error.  Return value
  * usually useless though. */
 extern int __request_module(bool wait, const char *name, ...) \