aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/rxrpc/Makefile34
-rw-r--r--net/rxrpc/call_accept.c (renamed from net/rxrpc/ar-accept.c)0
-rw-r--r--net/rxrpc/call_event.c (renamed from net/rxrpc/ar-ack.c)0
-rw-r--r--net/rxrpc/call_object.c (renamed from net/rxrpc/ar-call.c)0
-rw-r--r--net/rxrpc/conn_event.c (renamed from net/rxrpc/ar-connevent.c)0
-rw-r--r--net/rxrpc/conn_object.c (renamed from net/rxrpc/ar-connection.c)0
-rw-r--r--net/rxrpc/input.c (renamed from net/rxrpc/ar-input.c)0
-rw-r--r--net/rxrpc/key.c (renamed from net/rxrpc/ar-key.c)0
-rw-r--r--net/rxrpc/local_object.c (renamed from net/rxrpc/ar-local.c)0
-rw-r--r--net/rxrpc/output.c (renamed from net/rxrpc/ar-output.c)0
-rw-r--r--net/rxrpc/peer_event.c (renamed from net/rxrpc/ar-error.c)0
-rw-r--r--net/rxrpc/peer_object.c (renamed from net/rxrpc/ar-peer.c)0
-rw-r--r--net/rxrpc/proc.c (renamed from net/rxrpc/ar-proc.c)0
-rw-r--r--net/rxrpc/recvmsg.c (renamed from net/rxrpc/ar-recvmsg.c)0
-rw-r--r--net/rxrpc/security.c (renamed from net/rxrpc/ar-security.c)0
-rw-r--r--net/rxrpc/skbuff.c (renamed from net/rxrpc/ar-skbuff.c)0
-rw-r--r--net/rxrpc/transport.c (renamed from net/rxrpc/ar-transport.c)0
17 files changed, 17 insertions, 17 deletions
diff --git a/net/rxrpc/Makefile b/net/rxrpc/Makefile
index e05a06ef2254..7e1006a3bfa5 100644
--- a/net/rxrpc/Makefile
+++ b/net/rxrpc/Makefile
@@ -4,25 +4,25 @@
af-rxrpc-y := \
af_rxrpc.o \
- ar-accept.o \
- ar-ack.o \
- ar-call.o \
- ar-connection.o \
- ar-connevent.o \
- ar-error.o \
- ar-input.o \
- ar-key.o \
- ar-local.o \
- ar-output.o \
- ar-peer.o \
- ar-recvmsg.o \
- ar-security.o \
- ar-skbuff.o \
- ar-transport.o \
+ call_accept.o \
+ call_event.o \
+ call_object.o \
+ conn_event.o \
+ conn_object.o \
+ input.o \
insecure.o \
- misc.o
+ key.o \
+ local_object.o \
+ misc.o \
+ output.o \
+ peer_event.o \
+ peer_object.o \
+ recvmsg.o \
+ security.o \
+ skbuff.o \
+ transport.o
-af-rxrpc-$(CONFIG_PROC_FS) += ar-proc.o
+af-rxrpc-$(CONFIG_PROC_FS) += proc.o
af-rxrpc-$(CONFIG_RXKAD) += rxkad.o
af-rxrpc-$(CONFIG_SYSCTL) += sysctl.o
diff --git a/net/rxrpc/ar-accept.c b/net/rxrpc/call_accept.c
index eea5f4a5d8b1..eea5f4a5d8b1 100644
--- a/net/rxrpc/ar-accept.c
+++ b/net/rxrpc/call_accept.c
diff --git a/net/rxrpc/ar-ack.c b/net/rxrpc/call_event.c
index 18381783c2b1..18381783c2b1 100644
--- a/net/rxrpc/ar-ack.c
+++ b/net/rxrpc/call_event.c
diff --git a/net/rxrpc/ar-call.c b/net/rxrpc/call_object.c
index 68125dc4cb7c..68125dc4cb7c 100644
--- a/net/rxrpc/ar-call.c
+++ b/net/rxrpc/call_object.c
diff --git a/net/rxrpc/ar-connevent.c b/net/rxrpc/conn_event.c
index 8bdd692d4862..8bdd692d4862 100644
--- a/net/rxrpc/ar-connevent.c
+++ b/net/rxrpc/conn_event.c
diff --git a/net/rxrpc/ar-connection.c b/net/rxrpc/conn_object.c
index 8ecde4b77b55..8ecde4b77b55 100644
--- a/net/rxrpc/ar-connection.c
+++ b/net/rxrpc/conn_object.c
diff --git a/net/rxrpc/ar-input.c b/net/rxrpc/input.c
index e0815a033999..e0815a033999 100644
--- a/net/rxrpc/ar-input.c
+++ b/net/rxrpc/input.c
diff --git a/net/rxrpc/ar-key.c b/net/rxrpc/key.c
index 4ad56fafe3a7..4ad56fafe3a7 100644
--- a/net/rxrpc/ar-key.c
+++ b/net/rxrpc/key.c
diff --git a/net/rxrpc/ar-local.c b/net/rxrpc/local_object.c
index 111f250b045f..111f250b045f 100644
--- a/net/rxrpc/ar-local.c
+++ b/net/rxrpc/local_object.c
diff --git a/net/rxrpc/ar-output.c b/net/rxrpc/output.c
index 2e3c4064e29c..2e3c4064e29c 100644
--- a/net/rxrpc/ar-output.c
+++ b/net/rxrpc/output.c
diff --git a/net/rxrpc/ar-error.c b/net/rxrpc/peer_event.c
index 3e82d6f0313c..3e82d6f0313c 100644
--- a/net/rxrpc/ar-error.c
+++ b/net/rxrpc/peer_event.c
diff --git a/net/rxrpc/ar-peer.c b/net/rxrpc/peer_object.c
index 0b54cda3d8e5..0b54cda3d8e5 100644
--- a/net/rxrpc/ar-peer.c
+++ b/net/rxrpc/peer_object.c
diff --git a/net/rxrpc/ar-proc.c b/net/rxrpc/proc.c
index 225163bc658d..225163bc658d 100644
--- a/net/rxrpc/ar-proc.c
+++ b/net/rxrpc/proc.c
diff --git a/net/rxrpc/ar-recvmsg.c b/net/rxrpc/recvmsg.c
index 59706b9f2f7a..59706b9f2f7a 100644
--- a/net/rxrpc/ar-recvmsg.c
+++ b/net/rxrpc/recvmsg.c
diff --git a/net/rxrpc/ar-security.c b/net/rxrpc/security.c
index d223253b22fa..d223253b22fa 100644
--- a/net/rxrpc/ar-security.c
+++ b/net/rxrpc/security.c
diff --git a/net/rxrpc/ar-skbuff.c b/net/rxrpc/skbuff.c
index eee0cfd9ac8c..eee0cfd9ac8c 100644
--- a/net/rxrpc/ar-skbuff.c
+++ b/net/rxrpc/skbuff.c
diff --git a/net/rxrpc/ar-transport.c b/net/rxrpc/transport.c
index a1b65183b07d..a1b65183b07d 100644
--- a/net/rxrpc/ar-transport.c
+++ b/net/rxrpc/transport.c