[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200707091851.l69IpEIo001746@imap1.linux-foundation.org>
Date: Mon, 09 Jul 2007 11:51:14 -0700
From: akpm@...ux-foundation.org
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org,
rpjday@...dspring.com, bfields@...ldses.org,
trond.myklebust@....uio.no
Subject: [patch 8/8] RPC: Remove Makefile reference to obsolete RXRPC config variable
From: "Robert P. J. Day" <rpjday@...dspring.com>
Since there is no Kconfig variable RXRPC anywhere in the tree, and the
variable AF_RXRPC performs exactly the same function, remove the reference
to CONFIG_RXRPC from net/Makefile.
Signed-off-by: Robert P. J. Day <rpjday@...dspring.com>
Cc: Trond Myklebust <trond.myklebust@....uio.no>
Cc: "J. Bruce Fields" <bfields@...ldses.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
net/Makefile | 1 -
1 files changed, 1 deletion(-)
diff -puN net/Makefile~rpc-remove-makefile-reference-to-obsolete-rxrpc-config net/Makefile
--- a/net/Makefile~rpc-remove-makefile-reference-to-obsolete-rxrpc-config
+++ a/net/Makefile
@@ -37,7 +37,6 @@ obj-$(CONFIG_AX25) += ax25/
obj-$(CONFIG_IRDA) += irda/
obj-$(CONFIG_BT) += bluetooth/
obj-$(CONFIG_SUNRPC) += sunrpc/
-obj-$(CONFIG_RXRPC) += rxrpc/
obj-$(CONFIG_AF_RXRPC) += rxrpc/
obj-$(CONFIG_ATM) += atm/
obj-$(CONFIG_DECNET) += decnet/
_
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists