> 3. when I try to use > the alternate Jedec probe method, I get a compile > error in jedec_probe.c of: > jedec_probe.c:1756: error: parse error before "jedec_probe_init" > jedec_probe.c:1757: warning: return type defaults to `int' > [...] Add #include <linux/init.h>. -ch