Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 545748 | Differences between
and this patch

Collapse All | Expand All

(-)drivers/media/rc/rc-main.c.old (-1 / +1 lines)
Lines 60-66 Link Here
60
	struct rc_map_list *map;
60
	struct rc_map_list *map;
61
61
62
	map = seek_rc_map(name);
62
	map = seek_rc_map(name);
63
#ifdef MODULE
63
#ifdef CONFIG_MODULES
64
	if (!map) {
64
	if (!map) {
65
		int rc = request_module("%s", name);
65
		int rc = request_module("%s", name);
66
		if (rc < 0) {
66
		if (rc < 0) {

Return to bug 545748