diff mbox

[3/3,RESEND] phy/micrel: Add missing header to micrel_phy.h

Message ID 1348455531-24371-3-git-send-email-marex@denx.de
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Marek Vasut Sept. 24, 2012, 2:58 a.m. UTC
The license header was missing in micrel_phy.h . This patch adds
one.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: David J. Choi <david.choi@micrel.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---
 include/linux/micrel_phy.h |   12 ++++++++++++
 1 file changed, 12 insertions(+)

NOTE: I'd like to have ACK on this from the original author of
      the file, as this now says it's GPL2+.

Comments

David Miller Sept. 24, 2012, 8 p.m. UTC | #1
From: Marek Vasut <marex@denx.de>
Date: Mon, 24 Sep 2012 04:58:51 +0200

> The license header was missing in micrel_phy.h . This patch adds
> one.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Marek Vasut Sept. 24, 2012, 9:34 p.m. UTC | #2
Dear David Miller,

> From: Marek Vasut <marex@denx.de>
> Date: Mon, 24 Sep 2012 04:58:51 +0200
> 
> > The license header was missing in micrel_phy.h . This patch adds
> > one.
> > 
> > Signed-off-by: Marek Vasut <marex@denx.de>
> 
> Applied.

Thank you and thanks for guiding me!

Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/micrel_phy.h b/include/linux/micrel_phy.h
index d02355d..de20120 100644
--- a/include/linux/micrel_phy.h
+++ b/include/linux/micrel_phy.h
@@ -1,3 +1,15 @@ 
+/*
+ * include/linux/micrel_phy.h
+ *
+ * Micrel PHY IDs
+ *
+ * This program is free software; you can redistribute  it and/or modify it
+ * under  the terms of  the GNU General  Public License as published by the
+ * Free Software Foundation;  either version 2 of the  License, or (at your
+ * option) any later version.
+ *
+ */
+
 #ifndef _MICREL_PHY_H
 #define _MICREL_PHY_H