[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1427376323-3237-1-git-send-email-amit.tomar@freescale.com>
Date: Thu, 26 Mar 2015 18:55:23 +0530
From: Amit Singh Tomar <amit.tomar@...escale.com>
To: <netdev@...r.kernel.org>
CC: Scott Wood <scottwood@...escale.com>,
<Igal.Liberman@...escale.com>,
"Amit Singh Tomar" <amit.tomar@...escale.com>
Subject: [PATCH 1/1] Fman: Fix the header file name
Header file name should be "dpaa_eth_common.h".There is no file with name
"dpaa_eth-common.h".
Signed-off-by: Amit Singh Tomar <amit.tomar@...escale.com>
---
.../freescale/fman/src/wrapper/fman_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/freescale/fman/src/wrapper/fman_test.c b/drivers/net/ethernet/freescale/fman/src/wrapper/fman_test.c
index 4bd6261..32b7868 100644
--- a/drivers/net/ethernet/freescale/fman/src/wrapper/fman_test.c
+++ b/drivers/net/ethernet/freescale/fman/src/wrapper/fman_test.c
@@ -65,7 +65,7 @@
#include "fsl_fman_test.h"
#include "dpaa_eth.h"
-#include "dpaa_eth-common.h"
+#include "dpaa_eth_common.h"
#define FMT_FRM_WATERMARK 0xdeadbeefdeadbeeaLL
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists