Re: [PATCH 1/2] AF_RXRPC: AF_RXRPC depends on IPv4

2007-05-22 Thread David Miller
From: David Howells <[EMAIL PROTECTED]> Date: Tue, 22 May 2007 13:56:05 +0100 > Add a dependency for CONFIG_AF_RXRPC on CONFIG_INET. This fixes this error: > > net/built-in.o: In function `rxrpc_get_peer': > (.text+0x42824): undefined reference to `ip_route_output_key' > > Signed-off-by: David

[PATCH 1/2] AF_RXRPC: AF_RXRPC depends on IPv4

2007-05-22 Thread David Howells
Add a dependency for CONFIG_AF_RXRPC on CONFIG_INET. This fixes this error: net/built-in.o: In function `rxrpc_get_peer': (.text+0x42824): undefined reference to `ip_route_output_key' Signed-off-by: David Howells <[EMAIL PROTECTED]> --- net/rxrpc/Kconfig |2 +- 1 files changed, 1

Re: [PATCH 1/2] AF_RXRPC: AF_RXRPC depends on IPv4

2007-05-22 Thread David Miller
From: David Howells [EMAIL PROTECTED] Date: Tue, 22 May 2007 13:56:05 +0100 Add a dependency for CONFIG_AF_RXRPC on CONFIG_INET. This fixes this error: net/built-in.o: In function `rxrpc_get_peer': (.text+0x42824): undefined reference to `ip_route_output_key' Signed-off-by: David Howells

[PATCH 1/2] AF_RXRPC: AF_RXRPC depends on IPv4

2007-05-22 Thread David Howells
Add a dependency for CONFIG_AF_RXRPC on CONFIG_INET. This fixes this error: net/built-in.o: In function `rxrpc_get_peer': (.text+0x42824): undefined reference to `ip_route_output_key' Signed-off-by: David Howells [EMAIL PROTECTED] --- net/rxrpc/Kconfig |2 +- 1 files changed, 1