Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5f1de3ec661e7b08348f565b7ca17586e7e94fc5
Commit:     5f1de3ec661e7b08348f565b7ca17586e7e94fc5
Parent:     0236e667e188af0336cd776e5b54c1f3fd19a03c
Author:     Robert P. J. Day <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 9 13:20:54 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Tue Jul 10 22:19:01 2007 -0700

    [RXRPC]: Remove Makefile reference to obsolete RXRPC config variable
    
    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 <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 net/Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/net/Makefile b/net/Makefile
index 34e5b2d..a87a889 100644
--- a/net/Makefile
+++ b/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 git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to