From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Subject: [PATCH 3/3 RESEND] phy/micrel: Add missing header to micrel_phy.h Date: Sat, 22 Sep 2012 03:41:49 +0200 Message-ID: <1348278110-11603-3-git-send-email-marex@denx.de> References: <1348278110-11603-1-git-send-email-marex@denx.de> Cc: Marek Vasut , "David J. Choi" , "David S. Miller" , Nobuhiro Iwamatsu To: netdev@vger.kernel.org Return-path: Received: from mail-out.m-online.net ([212.18.0.10]:37967 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758178Ab2IVBmJ (ORCPT ); Fri, 21 Sep 2012 21:42:09 -0400 In-Reply-To: <1348278110-11603-1-git-send-email-marex@denx.de> Sender: netdev-owner@vger.kernel.org List-ID: The license header was missing in micrel_phy.h . This patch adds one. Signed-off-by: Marek Vasut Cc: David J. Choi Cc: David S. Miller Cc: Nobuhiro Iwamatsu --- 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+. 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 -- 1.7.10.4