android_kernel_motorola_sm6225/net/nfc
Marcel Holtmann c204ea092e NFC: Add missing RFKILL dependency for Kconfig
Since the NFC subsystem gained RFKILL support, it needs to be able
to build properly with whatever option for RFKILL has been selected.

on i386:

net/built-in.o: In function `nfc_unregister_device':
(.text+0x6a36d): undefined reference to `rfkill_unregister'
net/built-in.o: In function `nfc_unregister_device':
(.text+0x6a378): undefined reference to `rfkill_destroy'
net/built-in.o: In function `nfc_register_device':
(.text+0x6a493): undefined reference to `rfkill_alloc'
net/built-in.o: In function `nfc_register_device':
(.text+0x6a4a4): undefined reference to `rfkill_register'
net/built-in.o: In function `nfc_register_device':
(.text+0x6a4b3): undefined reference to `rfkill_destroy'
net/built-in.o: In function `nfc_dev_up':
(.text+0x6a8e8): undefined reference to `rfkill_blocked'

when CONFIG_RFKILL=m but NFC is builtin.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2013-04-27 01:02:46 +02:00
..
hci NFC: Initial Secure Element API 2013-01-10 00:51:54 +01:00
nci NFC: Initial Secure Element API 2013-01-10 00:51:54 +01:00
af_nfc.c NFC: Core code identation fixes 2012-03-06 15:16:25 -05:00
core.c NFC: RFKILL support 2013-04-12 16:54:45 +02:00
Kconfig NFC: Add missing RFKILL dependency for Kconfig 2013-04-27 01:02:46 +02:00
llcp.h NFC: Move LLCP code to the NFC top level diirectory 2013-04-26 12:37:28 +02:00
llcp_commands.c NFC: Move LLCP code to the NFC top level diirectory 2013-04-26 12:37:28 +02:00
llcp_core.c NFC: Move LLCP code to the NFC top level diirectory 2013-04-26 12:37:28 +02:00
llcp_sock.c NFC: Move LLCP code to the NFC top level diirectory 2013-04-26 12:37:28 +02:00
Makefile NFC: Move LLCP code to the NFC top level diirectory 2013-04-26 12:37:28 +02:00
netlink.c NFC: Move LLCP code to the NFC top level diirectory 2013-04-26 12:37:28 +02:00
nfc.h NFC: Move LLCP code to the NFC top level diirectory 2013-04-26 12:37:28 +02:00
rawsock.c NFC: Fix some code style and whitespace issues 2012-10-26 18:26:52 +02:00