]> err.no Git - linux-2.6/blobdiff - include/linux/kmod.h
mmc: Add per-card debugfs support
[linux-2.6] / include / linux / kmod.h
index 9bdb28d6660f27e2114da17e5481dea94cf57f7b..0509c4ce485793e748054aa558e559691a6af79d 100644 (file)
@@ -25,7 +25,7 @@
 
 #define KMOD_PATH_LEN 256
 
-#ifdef CONFIG_KMOD
+#ifdef CONFIG_MODULES
 /* modprobe exit status on success, -ve on error.  Return value
  * usually useless though. */
 extern int request_module(const char * name, ...) __attribute__ ((format (printf, 1, 2)));