From patchwork Sat May 12 08:16:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 8551 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 8C0E723EB5 for ; Sat, 12 May 2012 08:16:29 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 55198A186B1 for ; Sat, 12 May 2012 08:16:29 +0000 (UTC) Received: by yhpp61 with SMTP id p61so4191716yhp.11 for ; Sat, 12 May 2012 01:16:28 -0700 (PDT) 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=ikb5qjk3/J44/Lr/XTGdkGwmmZaeD2yFVwrTM+VnfF8=; b=fueCEMQZqzRbLL1ledrCZDwt6Z5eGzjxqy0ueKKErOrLjxyepl8OY2PVssWE6vsfM4 AMhSoMtHBshTZ5a3RhbUsIJTLZ+kTeB79MJHtacly+ZY2nwpIbxNsyPM7QwmJHafi1Db IidbCnoFVHvMIvLcaf1UwmpKoNK5iabCzYdh5CdfU6EP1RyxH8GDxFEBP9xGVlbx+Qm5 VKYyjOY1gc/7Nv7wAqY1SaPO0I/KRepK49r/u9DYeax1ijtA39IXyhgagdYEmCtHJtIn kA9iAU0k32BesWy7aQXePRoprUyJXr9jK2+fe1pyiFnyFa0WFy/+ek9rjxCIqmZYp6Sf N+YA== Received: by 10.50.89.168 with SMTP id bp8mr508713igb.3.1336810588682; Sat, 12 May 2012 01:16:28 -0700 (PDT) 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.231.73.147 with SMTP id q19csp226482ibj; Sat, 12 May 2012 01:16:27 -0700 (PDT) Received: by 10.152.144.101 with SMTP id sl5mr942861lab.51.1336810587469; Sat, 12 May 2012 01:16:27 -0700 (PDT) Received: from mail.df.lth.se (mail.df.lth.se. [194.47.250.12]) by mx.google.com with ESMTPS id ee6si5596200lbb.11.2012.05.12.01.16.26 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 12 May 2012 01:16:27 -0700 (PDT) Received-SPF: neutral (google.com: 194.47.250.12 is neither permitted nor denied by best guess record for domain of linus.walleij@linaro.org) client-ip=194.47.250.12; Authentication-Results: mx.google.com; spf=neutral (google.com: 194.47.250.12 is neither permitted nor denied by best guess record for domain of linus.walleij@linaro.org) smtp.mail=linus.walleij@linaro.org Received: from fecusia (c83-249-216-219.bredband.comhem.se [83.249.216.219]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.df.lth.se (Postfix) with ESMTPSA id 490AB65D89; Sat, 12 May 2012 10:16:25 +0200 (CEST) Received: by fecusia (sSMTP sendmail emulation); Sat, 12 May 2012 10:16:24 +0200 From: "Linus Walleij" To: netdev@vger.kernel.org, linux-usb@vger.kernel.org, "David S. Miller" , Greg Kroah-Hartman , Felipe Balbi Cc: Jussi Kivilinna , Haiyang Zhang , Wei Yongjun , Ben Hutchings , Linus Walleij Subject: [PATCH 06/17 v5] usb/net: rndis: delete surplus defines Date: Sat, 12 May 2012 10:16:23 +0200 Message-Id: <1336810583-2759-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.7.7.6 X-Gm-Message-State: ALoCoQk8lrc0yZs1NKihgYR5V1GcIN1/PbODU/w0GKnb7d4boGJUlf6AaFzMn6rI96j82mh8+EK5 These defines are not used in the kernel, and they have duplicate definitions under the RNDIS_* prefix. Signed-off-by: Linus Walleij --- include/linux/rndis.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/linux/rndis.h b/include/linux/rndis.h index 62aecb7..70bd80a 100644 --- a/include/linux/rndis.h +++ b/include/linux/rndis.h @@ -58,10 +58,6 @@ /* From drivers/usb/gadget/ndis.h */ -#define NDIS_STATUS_MULTICAST_FULL 0xC0010009 -#define NDIS_STATUS_MULTICAST_EXISTS 0xC001000A -#define NDIS_STATUS_MULTICAST_NOT_FOUND 0xC001000B - /* NDIS_PNP_CAPABILITIES.Flags constants */ #define NDIS_DEVICE_WAKE_UP_ENABLE 0x00000001 #define NDIS_DEVICE_WAKE_ON_PATTERN_MATCH_ENABLE 0x00000002