netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] Fman: Fix the header file name
@ 2015-03-26 13:25 Amit Singh Tomar
  2015-03-29 19:48 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Amit Singh Tomar @ 2015-03-26 13:25 UTC (permalink / raw)
  To: netdev; +Cc: Scott Wood, Igal.Liberman, Amit Singh Tomar

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@freescale.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] Fman: Fix the header file name
  2015-03-26 13:25 [PATCH 1/1] Fman: Fix the header file name Amit Singh Tomar
@ 2015-03-29 19:48 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-03-29 19:48 UTC (permalink / raw)
  To: amit.tomar; +Cc: netdev, scottwood, Igal.Liberman

From: Amit Singh Tomar <amit.tomar@freescale.com>
Date: Thu, 26 Mar 2015 18:55:23 +0530

> 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@freescale.com>

This doesn't apply to any of my source trees.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-29 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26 13:25 [PATCH 1/1] Fman: Fix the header file name Amit Singh Tomar
2015-03-29 19:48 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).