Skip to content

Commit

Permalink
stmmac: Fix compilation error in mmc_core.c
Browse files Browse the repository at this point in the history
Fix this error:

  CC      drivers/net/ethernet/stmicro/stmmac/mmc_core.o
drivers/net/ethernet/stmicro/stmmac/mmc_core.c: In function 'dwmac_mmc_ctrl':
drivers/net/ethernet/stmicro/stmmac/mmc_core.c:143:2: error: implicit
  declaration of function 'pr_debug' [-Werror=implicit-function-declaration]

Signed-off-by: Stefan Roese <[email protected]>
Cc: Giuseppe Cavallaro <[email protected]>
Acked-by: Giuseppe Cavallaro <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
stroese authored and davem330 committed Jan 10, 2012
1 parent f3e438f commit 1dd8117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/stmicro/stmmac/mmc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
Author: Giuseppe Cavallaro <[email protected]>
*******************************************************************************/

#include <linux/kernel.h>
#include <linux/io.h>
#include "mmc.h"

Expand Down

0 comments on commit 1dd8117

Please sign in to comment.