diff options
| author | Tom Rini <[email protected]> | 2014-02-20 10:14:10 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-02-20 12:00:27 -0500 |
| commit | 130fbeb1c51f19a2b81c4e27d23da735b5b235d4 (patch) | |
| tree | 9bd620c8f7a67cfe05dc013695137d10a8fc55bd /drivers/net | |
| parent | 17eb1d8f5717ec42fe5a5872f1bf413aedf3614c (diff) | |
blackfin: Add <asm/clock.h> to numerous drivers
With d6a320d we moved some clock externs out of blackfin_local.h and
into clock.h but now need to include <asm/clock.h> in more drivers to
avoid warnings.
Cc: Sonic Zhang <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/bfin_mac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bfin_mac.c b/drivers/net/bfin_mac.c index 42e208cfb60..0c2d2ef1a96 100644 --- a/drivers/net/bfin_mac.c +++ b/drivers/net/bfin_mac.c @@ -16,6 +16,7 @@ #include <linux/mii.h> #include <asm/blackfin.h> +#include <asm/clock.h> #include <asm/portmux.h> #include <asm/mach-common/bits/dma.h> #include <asm/mach-common/bits/emac.h> |
