[PATCH] remove_proc_entry() fix
From Bartlomiej Zolnierkiewicz With !CONFIG_PROC_FS, ieee1394_core fails to compile because the argument to this inline is still evaluated. But it doesn't exist. A general fix is to not evaluate the arg at all.
Showing
Please register or sign in to comment