From patchwork Tue May 1 18:23:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 8331 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 C929D23E23 for ; Tue, 1 May 2012 18:23:08 +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 9376BA18611 for ; Tue, 1 May 2012 18:23:08 +0000 (UTC) Received: by yhpp61 with SMTP id p61so2655363yhp.11 for ; Tue, 01 May 2012 11:23:08 -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=fwwKla8KvlHBW0Qnm+SJsJSXhPjHQvzWT4Ctw5579mdwYUGrsoA0xQv8VkgqVFZAHY /nNE7N2Jdl8aHkuzEMQ/R7J3NaaT9Ql0RePeM1P/nu2wbmYRNX2yNM9LrboqSRsHZh6T VzWoVKwUgQTGtfP/3xfGLragFZctnrQfapSHar6bWmmsN1TckCbjgca2nBQ6L1Et58mN atGgIG+uhEHbq902XbbTEJiVCNv7RMt4CVAABzW2YUvwVrhLcDLoTqtr7HL5sjpuer5k 16ljRz9GrvFAZdYPFK4svsszwwHeklE+j6AvFuxL0efHVribvfJf3HXf2eE+S4bD8Gx5 gDOA== Received: by 10.50.57.129 with SMTP id i1mr2805985igq.33.1335896587849; Tue, 01 May 2012 11:23:07 -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.137.198 with SMTP id x6csp197988ibt; Tue, 1 May 2012 11:23:07 -0700 (PDT) Received: by 10.152.103.239 with SMTP id fz15mr8502304lab.42.1335896586566; Tue, 01 May 2012 11:23:06 -0700 (PDT) Received: from mail.df.lth.se (mail.df.lth.se. [194.47.250.12]) by mx.google.com with ESMTPS id j10si10055846lbg.70.2012.05.01.11.23.06 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 May 2012 11:23:06 -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-217-212.bredband.comhem.se [83.249.217.212]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.df.lth.se (Postfix) with ESMTPSA id 5A57465D55; Tue, 1 May 2012 20:23:04 +0200 (CEST) Received: by fecusia (sSMTP sendmail emulation); Tue, 1 May 2012 20:23:03 +0200 From: "Linus Walleij" To: netdev@vger.kernel.org, linux-usb@vger.kernel.org, Greg Kroah-Hartman , "David S. Miller" , Felipe Balbi Cc: Jussi Kivilinna , Haiyang Zhang , Wei Yongjun , Ben Hutchings , Linus Walleij Subject: [PATCH 06/13 v4] usb/net: rndis: delete surplus defines Date: Tue, 1 May 2012 20:23:03 +0200 Message-Id: <1335896583-13452-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.7.7.6 X-Gm-Message-State: ALoCoQl7kgvueIsNJZVU3PMtRsVZof+7wThomWBm4aNg+hpmisGiP2uKk9+AUkl3JZOMkoSD4I68 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