mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
felica: Allow to compile without CONFIG_SEC_DEBUG
Change-Id: Iebbf328b3fcf02955a9a5488daf77f342278cf85 Signed-off-by: Kevin F. Haggerty <haggertk@lineageos.org>
This commit is contained in:
parent
8b524d00d5
commit
692bac2fce
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
* log
|
||||
******************************************************************************/
|
||||
|
||||
#if defined(CONFIG_SEC_FACTORY)
|
||||
#ifndef CONFIG_SEC_DEBUG
|
||||
/* shown at FACTORY */
|
||||
#define FELICA_PR_ERR(A,...) pr_err("[FELICA]"A,##__VA_ARGS__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue