aurduino duo with eth shield loading wav files using TMRpcm

error: expected constructor, destructor, or type conversion before '(' token

pinMode(wheel,INPUT_PULLUP); //Button 1 with internal pull up WHEEL

When the line being referenced looks correct, look before that line, to see if there is a problem with that line.

The line before the one that the compiler complained about is the curly brace that ends setup(). You can't make function calls outside of a function.