Today's Next failed to build on a x86 box with following error. drivers/net/3c503.c: In function 'el2_open': drivers/net/3c503.c:406: error: 'reval' undeclared (first use in this function) drivers/net/3c503.c:406: error: (Each undeclared identifier is reported only once drivers/net/3c503.c:406: error: for each function it appears in.) Most probably because of commit ab08999d6029bb2c79c16be5405d63d2bedbdfea The patch had a typo in it. Below patch fixes the issue for me. Thanks -Sachin