Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_strings
[pandora-kernel.git] / kernel / kmod.c
index ab7dd08..3d3c3ea 100644 (file)
@@ -113,7 +113,7 @@ int request_module(const char *fmt, ...)
        return ret;
 }
 EXPORT_SYMBOL(request_module);
-#endif /* CONFIG_KMOD */
+#endif /* CONFIG_MODULES */
 
 struct subprocess_info {
        struct work_struct work;