For unknown reasons (i.e. I haven't investigated it), drivers/net/natsemi.c failed to compile with gcc4.1.2 due to tx_status being cast to (volatile u32). I removed the cast and simply declared tx_status volatile.
patch for drivers/net/natsemi.c
Log in to post a comment.
patch for drivers/net/natsemi.c