]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/kmod.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6-omap-h63xx.git] / 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)));