From patchwork Mon Dec 3 09:45:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13322 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 7CC5F23E27 for ; Mon, 3 Dec 2012 09:52:14 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 29FE7A192FE for ; Mon, 3 Dec 2012 09:52:14 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so1904115iag.11 for ; Mon, 03 Dec 2012 01:52:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=hG6DNHMOimG6lXeJWmRXcFH7HxAb8diPf8ZSaSUGliE=; b=QgnhmneuZXCnDIR0zpOBcD9jeaLzwhlfUUJLkOA54dw3+ar5SH7p8CKXJfRogPBhDs R5J/EFc9Wmsi5Nwr6+zhhE+Bc4PFi/1FT9fRq4gxtNf70C42vzM3wIXRBOAyxnx9CVxn ZJQrZ5FrhekX3tW4pgWe0nWSkA+uJxmnMZKzZ8b+ut1u+49anIHe5safOj5MgJQ3ZpO3 9ATR8W4ObVyriRmFIZB4N5zok2U9b/R2pgeMZP22rSZcKKDnnb3W1ofTWMhNHSh0gphp vMv0bjjQnW8nF6IkLfqM2R1C75nokuHM7UTD4bAMeT1CpVtK+SDgM2cbi6lLJSxYBJ6E ZGpw== Received: by 10.43.49.199 with SMTP id vb7mr7310225icb.6.1354528333488; Mon, 03 Dec 2012 01:52:13 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp117172igt; Mon, 3 Dec 2012 01:52:12 -0800 (PST) Received: by 10.68.197.71 with SMTP id is7mr27634535pbc.79.1354528332437; Mon, 03 Dec 2012 01:52:12 -0800 (PST) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx.google.com with ESMTPS id tp3si18561923pbc.175.2012.12.03.01.52.11 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Dec 2012 01:52:12 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.54 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.54; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.54 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pb0-f54.google.com with SMTP id wz12so2190090pbc.27 for ; Mon, 03 Dec 2012 01:52:11 -0800 (PST) Received: by 10.66.81.97 with SMTP id z1mr24552516pax.19.1354528331712; Mon, 03 Dec 2012 01:52:11 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id o1sm7808928paw.0.2012.12.03.01.52.08 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Dec 2012 01:52:10 -0800 (PST) From: Sachin Kamat To: netdev@vger.kernel.org Cc: thomas.petazzoni@free-electrons.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] net: mvneta: Remove unneeded version.h header inclusion Date: Mon, 3 Dec 2012 15:15:28 +0530 Message-Id: <1354527928-27472-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkg3WNide3CfrDxjiGRTbZ50B+Sny0p53xisSQJr+prtF9h/iENcek9FEERXVeev09/0Hz8 linux/version.h inclusion is not necessary. Signed-off-by: Sachin Kamat Acked-by: David S. Miller --- drivers/net/ethernet/marvell/mvneta.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c index 3f8086b..a1e0e9f 100644 --- a/drivers/net/ethernet/marvell/mvneta.c +++ b/drivers/net/ethernet/marvell/mvneta.c @@ -12,7 +12,6 @@ */ #include -#include #include #include #include