-- ./drivers/char/misc.c-265-#ifdef CONFIG_MISC_RADIO ./drivers/char/misc.c:266: radio_init(); ./drivers/char/misc.c-267-#endif % find . -type f -print | xargs grep -nw CONFIG_MISC_RADIO ./drivers/char/misc.c:265:#ifdef CONFIG_MISC_RADIO %IOW, radio_init() is never defined and CONFIG_MISC_RADIO is never set.
Proposed fix: vi -c'/radio_init/d|/CONFIG_MISC_RADIO/|,+2d|x' drivers/char/misc.c
Al
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/