From patchwork Fri Apr 23 00:38:03 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Feldman X-Patchwork-Id: 50774 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 7891DB7D1A for ; Fri, 23 Apr 2010 10:38:14 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754463Ab0DWAiI (ORCPT ); Thu, 22 Apr 2010 20:38:08 -0400 Received: from sj-iport-6.cisco.com ([171.71.176.117]:31832 "EHLO sj-iport-6.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754045Ab0DWAiG (ORCPT ); Thu, 22 Apr 2010 20:38:06 -0400 Authentication-Results: sj-iport-6.cisco.com; dkim=neutral (message not signed) header.i=none X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnUFAMeI0EurR7Ht/2dsb2JhbACDFo0TjAFxpyCIZ5FPgSqCeG0EgzQ X-IronPort-AV: E=Sophos;i="4.52,259,1270425600"; d="scan'208";a="519248912" Received: from sj-core-1.cisco.com ([171.71.177.237]) by sj-iport-6.cisco.com with ESMTP; 23 Apr 2010 00:38:03 +0000 Received: from savbu-pc100.cisco.com (savbu-pc100.cisco.com [10.193.164.29]) by sj-core-1.cisco.com (8.13.8/8.14.3) with ESMTP id o3N0c32g006858; Fri, 23 Apr 2010 00:38:03 GMT From: Scott Feldman Subject: [net-next-2.6 PATCH] remove DCB_PROTO_VERSION as we don't do netlink versioning To: davem@davemloft.net Cc: netdev@vger.kernel.org, lucy.liu@intel.com Date: Thu, 22 Apr 2010 17:38:03 -0700 Message-ID: <20100423003802.29068.29465.stgit@savbu-pc100.cisco.com> User-Agent: StGIT/0.12.1 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Scott Feldman remove DCB_PROTO_VERSION as we don't do netlink versioning Signed-off-by: Scott Feldman --- include/linux/dcbnl.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/linux/dcbnl.h b/include/linux/dcbnl.h index b7cdbb4..8723491 100644 --- a/include/linux/dcbnl.h +++ b/include/linux/dcbnl.h @@ -22,8 +22,6 @@ #include -#define DCB_PROTO_VERSION 1 - struct dcbmsg { __u8 dcb_family; __u8 cmd;