Hi all, After merging the net tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/net/usb/cdc_subset.c:360:15: error: 'dummy_prereset' undeclared here (not in a function) .pre_reset = dummy_prereset, ^ drivers/net/usb/cdc_subset.c:361:16: error: 'dummy_postreset' undeclared here (not in a function) .post_reset = dummy_postreset, ^ Caused by commit 20fbe3ae990f ("cdc_subset: deal with a device that needs reset for timeout"). I have used the net tree from next-20140729 for today (i.e. up to commit fe26566d8a0515 ("bnx2x: fix crash during TSO tunneling")). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au