From patchwork Mon Sep 24 02:58:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 186291 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 06B102C0087 for ; Mon, 24 Sep 2012 12:59:07 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754890Ab2IXC67 (ORCPT ); Sun, 23 Sep 2012 22:58:59 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:39758 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754700Ab2IXC66 (ORCPT ); Sun, 23 Sep 2012 22:58:58 -0400 Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3XQ99D5qTvz4KK6H; Mon, 24 Sep 2012 04:58:56 +0200 (CEST) X-Auth-Info: EZmkUM8TpkGYVkVe9kgd/85/9wUZSJEHgVTMYQFLknU= Received: from mashiro.lan (unknown [195.140.253.167]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id 3XQ99D4c64zbbgY; Mon, 24 Sep 2012 04:58:56 +0200 (CEST) From: Marek Vasut To: netdev@vger.kernel.org Cc: Marek Vasut , "David J. Choi" , "David S. Miller" , Nobuhiro Iwamatsu Subject: [PATCH 3/3 RESEND] phy/micrel: Add missing header to micrel_phy.h Date: Mon, 24 Sep 2012 04:58:51 +0200 Message-Id: <1348455531-24371-3-git-send-email-marex@denx.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1348455531-24371-1-git-send-email-marex@denx.de> References: <1348455531-24371-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 --- 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