diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-26 13:06:04 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-26 13:06:04 -0700 |
commit | 7326446c728f633a0d6b3318cf491f71f044dce0 (patch) | |
tree | 42dac39eba6e0f38c44767b2732951c098d31abd /drivers/staging/telephony/Makefile | |
parent | 34ec83f4c1dc0d6bf4b056f89841706907a06255 (diff) |
Staging: remove telephony drivers
We said we would wait until the 3.6 kernel release to remove these
drivers. So we waited 6 months longer, that should be fine.
If anyone wants them back, it is trivial to revert these, but given that
I don't think they even build anymore, I doubt anyone will want them.
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/telephony/Makefile')
-rw-r--r-- | drivers/staging/telephony/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/telephony/Makefile b/drivers/staging/telephony/Makefile deleted file mode 100644 index 1206615d69e4..000000000000 --- a/drivers/staging/telephony/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Makefile for drivers/telephony -# - -obj-$(CONFIG_PHONE) += phonedev.o -obj-$(CONFIG_PHONE_IXJ) += ixj.o -obj-$(CONFIG_PHONE_IXJ_PCMCIA) += ixj_pcmcia.o |