From: Rasmus Villemoes <linux@rasmusvillemoes.dk>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
kernel-janitors@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
Rasmus Villemoes <linux@rasmusvillemoes.dk>
Subject: [PATCH 6/6] include/rxrpc/types.h: Remove unused header
Date: Tue, 24 Jun 2014 19:27:35 +0200 [thread overview]
Message-ID: <1403630855-29186-7-git-send-email-linux@rasmusvillemoes.dk> (raw)
In-Reply-To: <1403630855-29186-1-git-send-email-linux@rasmusvillemoes.dk>
The header file include/rxrpc/types.h does not seem to be used
anywhere. It was orphaned by 63b6be55 "[AF_RXRPC]: Delete the old
RxRPC code.". Remove it.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
include/rxrpc/types.h | 41 -----------------------------------------
1 file changed, 41 deletions(-)
delete mode 100644 include/rxrpc/types.h
diff --git a/include/rxrpc/types.h b/include/rxrpc/types.h
deleted file mode 100644
index 30d48f6..0000000
--- a/include/rxrpc/types.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/* types.h: Rx types
- *
- * Copyright (C) 2002 Red Hat, Inc. All Rights Reserved.
- * Written by David Howells (dhowells@redhat.com)
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- */
-
-#ifndef _LINUX_RXRPC_TYPES_H
-#define _LINUX_RXRPC_TYPES_H
-
-#include <linux/types.h>
-#include <linux/list.h>
-#include <linux/socket.h>
-#include <linux/in.h>
-#include <linux/spinlock.h>
-#include <linux/atomic.h>
-
-typedef uint32_t rxrpc_seq_t; /* Rx message sequence number */
-typedef uint32_t rxrpc_serial_t; /* Rx message serial number */
-typedef __be32 rxrpc_seq_net_t; /* on-the-wire Rx message sequence number */
-typedef __be32 rxrpc_serial_net_t; /* on-the-wire Rx message serial number */
-
-struct rxrpc_call;
-struct rxrpc_connection;
-struct rxrpc_header;
-struct rxrpc_message;
-struct rxrpc_operation;
-struct rxrpc_peer;
-struct rxrpc_service;
-typedef struct rxrpc_timer rxrpc_timer_t;
-struct rxrpc_transport;
-
-typedef void (*rxrpc_call_attn_func_t)(struct rxrpc_call *call);
-typedef void (*rxrpc_call_error_func_t)(struct rxrpc_call *call);
-typedef void (*rxrpc_call_aemap_func_t)(struct rxrpc_call *call);
-
-#endif /* _LINUX_RXRPC_TYPES_H */
--
1.9.2
next prev parent reply other threads:[~2014-06-24 17:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-24 17:27 [PATCH 0/6] Remove various orphaned header files Rasmus Villemoes
2014-06-24 17:27 ` [PATCH 1/6] include/linux/cycx_x25.h: Remove unused header Rasmus Villemoes
2014-06-24 17:27 ` [PATCH 2/6] include/linux/i82593.h: " Rasmus Villemoes
2014-06-24 17:27 ` [PATCH 3/6] include/linux/mfd/ti_ssp.h: " Rasmus Villemoes
2014-06-24 17:27 ` [PATCH 4/6] include/linux/phonedev.h: " Rasmus Villemoes
2014-06-24 17:27 ` [PATCH 5/6] include/linux/platform_data/tegra_emc.h: " Rasmus Villemoes
2014-06-24 19:21 ` Stephen Warren
2014-06-24 17:27 ` Rasmus Villemoes [this message]
2014-06-24 17:34 ` [PATCH 0/6] Remove various orphaned header files Joe Perches
2014-08-22 15:33 ` Rasmus Villemoes
2014-08-22 16:21 ` Joe Perches
2014-08-22 16:25 ` Julia Lawall
2014-08-27 11:04 ` Dan Carpenter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1403630855-29186-7-git-send-email-linux@rasmusvillemoes.dk \
--to=linux@rasmusvillemoes.dk \
--cc=gregkh@linuxfoundation.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®