Hi all, After merging the char-misc tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/net/can/softing/softing_cs.c:343:1: error: expected identifier or '(' before '&' token drivers/net/can/softing/softing_cs.c: In function '__inittest': drivers/net/can/softing/softing_cs.c:343:1: error: 'softingcs_driver_init' undeclared (first use in this function) drivers/net/can/softing/softing_cs.c:343:1: note: each undeclared identifier is reported only once for each function it appears in drivers/net/can/softing/softing_cs.c: At top level: drivers/net/can/softing/softing_cs.c:343:1: error: expected identifier or '(' before '&' token drivers/net/can/softing/softing_cs.c: In function '__exittest': drivers/net/can/softing/softing_cs.c:343:1: error: 'softingcs_driver_exit' undeclared (first use in this function) drivers/net/can/softing/softing_cs.c: At top level: drivers/net/can/softing/softing_cs.c:335:29: warning: 'softingcs_driver' defined but not used [-Wunused-variable] drivers/net/can/softing/softing_cs.c:343:1: error: 'init_module' aliased to undefined symbol '&softingcs_driver_init' drivers/net/can/softing/softing_cs.c:343:1: error: 'cleanup_module' aliased to undefined symbol '&softingcs_driver_exit' Caused by commit a750fa4edd9e ("softingcs: use module_pcmcia_driver"). I have used the char-misc tree form next-20130315 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au