From patchwork Thu Jul 9 04:06:47 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Changli Gao X-Patchwork-Id: 29621 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 29F79B6F35 for ; Thu, 9 Jul 2009 14:07:08 +1000 (EST) Received: by ozlabs.org (Postfix) id 1C321DDDFC; Thu, 9 Jul 2009 14:07:08 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 9EA11DDDFB for ; Thu, 9 Jul 2009 14:07:07 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751109AbZGIEHB (ORCPT ); Thu, 9 Jul 2009 00:07:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750924AbZGIEHA (ORCPT ); Thu, 9 Jul 2009 00:07:00 -0400 Received: from wa-out-1112.google.com ([209.85.146.181]:38121 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750835AbZGIEG7 (ORCPT ); Thu, 9 Jul 2009 00:06:59 -0400 Received: by wa-out-1112.google.com with SMTP id j5so1147764wah.21 for ; Wed, 08 Jul 2009 21:06:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=uWYmlCBJOXQA9VhqdedURfUh1oKYSZvOP3+0kdmznsE=; b=GVXo2vb1zqAIU6RWLsBzNYwodLQ5ucPxs1h/L+TfGE6Us/BU4OanTab+8fLd8f90Cw VknhbVBfbTzprjAsK/KfcQg0e9/QhF4wLSGELvkJliea8VNk0nwl8v5LZeYulzcyPDgG 2pyhqjlgLz4fZco///zGIoEC4eA0igmjFJ4zk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=wi8uF4FMt9ar5SZRwkxbjjQpuqrDQAKtpxLl1ZT+a0Vq7UzOatjARjR/9duKgT4lTZ wrwcnKmPJdEH1ABz8mc6R2OiduJRLEdev8DlHz13GxM5LW2DMiN8pusPehpHVzNHo21d aYva6ggQRSgtJ7BJsjuycA/l899wX7eHks+HQ= Received: by 10.114.181.6 with SMTP id d6mr521913waf.94.1247112418781; Wed, 08 Jul 2009 21:06:58 -0700 (PDT) Received: from ?10.13.150.1? ([60.29.39.134]) by mx.google.com with ESMTPS id n40sm4481196wag.65.2009.07.08.21.06.56 (version=SSLv3 cipher=RC4-MD5); Wed, 08 Jul 2009 21:06:58 -0700 (PDT) Message-ID: <4A556CD7.6090201@gmail.com> Date: Thu, 09 Jul 2009 12:06:47 +0800 From: Changli Gao Reply-To: xiaosuo@gmail.com User-Agent: Thunderbird 2.0.0.21 (X11/20090505) MIME-Version: 1.0 To: "David S. Miller" CC: netdev@vger.kernel.org, xiaosuo Subject: [PATCH]: remove redundant sched/ in net/Makefile Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Remove redundant sched/ in net/Makefile. sched/ is contained in previous: obj-$(CONFIG_NET) += ethernet/ 802/ sched/ netlink/, so the later obj-$(CONFIG_NET_SCHED) += sched/ isn't necessary. Signed-off-by: Changli Gao ---- Makefile | 1 - 1 file changed, 1 deletion(-) --- 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/net/Makefile b/net/Makefile index ba324ae..1542e72 100644 --- a/net/Makefile +++ b/net/Makefile @@ -24,7 +24,6 @@ obj-y += ipv6/ endif obj-$(CONFIG_PACKET) += packet/ obj-$(CONFIG_NET_KEY) += key/ -obj-$(CONFIG_NET_SCHED) += sched/ obj-$(CONFIG_BRIDGE) += bridge/ obj-$(CONFIG_NET_DSA) += dsa/ obj-$(CONFIG_IPX) += ipx/