From patchwork Fri Sep 21 02:46:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 185548 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id ED7FE2C0089 for ; Fri, 21 Sep 2012 12:47:16 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756856Ab2IUCqy (ORCPT ); Thu, 20 Sep 2012 22:46:54 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:35260 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755113Ab2IUCqx (ORCPT ); Thu, 20 Sep 2012 22:46:53 -0400 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3XNK2Y26hJz3hhxX; Fri, 21 Sep 2012 04:46:42 +0200 (CEST) X-Auth-Info: /6Jdvx/kjAiyskgOwrj8Y03m626eHY1pprWOZZA8pqc= Received: from mashiro.lan (unknown [195.140.253.167]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id 3XNK2V3PZmzbbgl; Fri, 21 Sep 2012 04:46:42 +0200 (CEST) From: Marek Vasut To: netdev@vger.kernel.org Cc: Marek Vasut , "David J. Choi" , "David S. Miller" , Nobuhiro Iwamatsu , Fabio Estevam , Shawn Guo Subject: [PATCH 3/3] phy/micrel: Add missing header to micrel_phy.h Date: Fri, 21 Sep 2012 04:46:38 +0200 Message-Id: <1348195598-29947-3-git-send-email-marex@denx.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1348195598-29947-1-git-send-email-marex@denx.de> References: <1348195598-29947-1-git-send-email-marex@denx.de> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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 Cc: Fabio Estevam Cc: Shawn Guo --- 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