netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Amit Singh Tomar <amit.tomar@freescale.com>
To: <netdev@vger.kernel.org>
Cc: Scott Wood <scottwood@freescale.com>,
	<Igal.Liberman@freescale.com>,
	"Amit Singh Tomar" <amit.tomar@freescale.com>
Subject: [PATCH 1/1] Fman: Fix the header file name
Date: Thu, 26 Mar 2015 18:55:23 +0530	[thread overview]
Message-ID: <1427376323-3237-1-git-send-email-amit.tomar@freescale.com> (raw)

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

             reply	other threads:[~2015-03-26 13:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-26 13:25 Amit Singh Tomar [this message]
2015-03-29 19:48 ` [PATCH 1/1] Fman: Fix the header file name David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427376323-3237-1-git-send-email-amit.tomar@freescale.com \
    --to=amit.tomar@freescale.com \
    --cc=Igal.Liberman@freescale.com \
    --cc=netdev@vger.kernel.org \
    --cc=scottwood@freescale.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).