NFC: nci: export nci_core_reset and nci_core_init
authorRobert Baldyga <r.baldyga@samsung.com>
Wed, 19 Aug 2015 13:19:40 +0000 (15:19 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:48:04 +0000 (13:48 +0900)
commita4afcfec2a5603d8712f14231b12dc8a0e85cb6f
tree391a6f653797cd80cef1f6aa165087bebb98f53a
parent072420e3bf5753d21007760956aa71a6f4c2da78
NFC: nci: export nci_core_reset and nci_core_init

Some drivers needs to have ability to reinit NCI core, for example after
updating firmware in setup() of post_setup() callback. This patch makes
nci_core_reset() and nci_core_init() functions public, to make it possible.

Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
include/net/nfc/nci_core.h
net/nfc/nci/core.c