[RFKILL]: Remove IRDA
authorIvo van Doorn <IvDoorn@gmail.com>
Thu, 13 Sep 2007 07:20:42 +0000 (09:20 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:49:23 +0000 (16:49 -0700)
commit234a0ca6f1d67ba4c3c3fc8378bbd98d722468e1
treea744629408146be683dfbef5c18f1f8bb433f3b7
parent077130c0cf7d5ba1992f5b51b96136d7b1c8aad5
[RFKILL]: Remove IRDA

As Dmitry pointed out earlier, rfkill-input.c
doesn't support irda because there are no users
and we shouldn't add unrequired KEY_ defines.

However, RFKILL_TYPE_IRDA was defined in the
rfkill.h header file and would confuse people
about whether it is implemented or not.

This patch removes IRDA support completely,
so it can be added whenever a driver wants the
feature.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rfkill.h
net/rfkill/Kconfig
net/rfkill/rfkill.c