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 4/6] include/linux/phonedev.h: Remove unused header
Date: Tue, 24 Jun 2014 19:27:33 +0200 [thread overview]
Message-ID: <1403630855-29186-5-git-send-email-linux@rasmusvillemoes.dk> (raw)
In-Reply-To: <1403630855-29186-1-git-send-email-linux@rasmusvillemoes.dk>
The header file include/linux/phonedev.h does not seem to be used
anywhere. It was orphaned by 7326446c "Staging: remove telephony
drivers". Remove it.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
include/linux/phonedev.h | 25 -------------------------
1 file changed, 25 deletions(-)
delete mode 100644 include/linux/phonedev.h
diff --git a/include/linux/phonedev.h b/include/linux/phonedev.h
deleted file mode 100644
index 4269de9..0000000
--- a/include/linux/phonedev.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef __LINUX_PHONEDEV_H
-#define __LINUX_PHONEDEV_H
-
-#include <linux/types.h>
-
-#ifdef __KERNEL__
-
-#include <linux/poll.h>
-
-struct phone_device {
- struct phone_device *next;
- const struct file_operations *f_op;
- int (*open) (struct phone_device *, struct file *);
- int board; /* Device private index */
- int minor;
-};
-
-extern int phonedev_init(void);
-#define PHONE_MAJOR 100
-extern int phone_register_device(struct phone_device *, int unit);
-#define PHONE_UNIT_ANY -1
-extern void phone_unregister_device(struct phone_device *);
-
-#endif
-#endif
--
1.9.2
next prev parent reply other threads:[~2014-06-24 17:29 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 ` Rasmus Villemoes [this message]
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 ` [PATCH 6/6] include/rxrpc/types.h: " Rasmus Villemoes
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-5-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®