diff options
Diffstat (limited to 'drivers/net/bcm-sf2-eth-gmac.c')
-rw-r--r-- | drivers/net/bcm-sf2-eth-gmac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bcm-sf2-eth-gmac.c b/drivers/net/bcm-sf2-eth-gmac.c index f57861e870..3caf0f3310 100644 --- a/drivers/net/bcm-sf2-eth-gmac.c +++ b/drivers/net/bcm-sf2-eth-gmac.c @@ -19,6 +19,7 @@ #include <asm/io.h> #include <phy.h> #include <linux/delay.h> +#include <linux/bitops.h> #include "bcm-sf2-eth.h" #include "bcm-sf2-eth-gmac.h" |