NFC: nci: export nci_core_reset and nci_core_init
authorRobert Baldyga <r.baldyga@samsung.com>
Thu, 20 Aug 2015 15:26:01 +0000 (17:26 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 20 Aug 2015 19:23:11 +0000 (21:23 +0200)
commit025a0cb8380b7100d39fb426db9192b6c59595dc
treec7831aadd97c3c5305cac2aec37a46294d155707
parentfdf79bd48876812acf0de58ed7a8bc1b3a3c67d6
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>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
include/net/nfc/nci_core.h
net/nfc/nci/core.c