sys_log: removed unused macro at pci_config.c
Debug macro definition at this file was repetitive and has been superseded by new system logging API. Furthermore it was not being used on this .c file. JIRA: ZEP-311 Change-Id: Id5828d1144fa03cc24f100ae94ecc596502c1131 Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
This commit is contained in:
parent
1c7e992e5d
commit
9f48993d03
|
@ -29,15 +29,6 @@
|
|||
#include <pci/pci_mgr.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __MSIX_DEBUG__
|
||||
#include <misc/printk.h>
|
||||
#define _DEBUG_PRINT(fmt, args...) printk(fmt, ##args)
|
||||
#else
|
||||
#define _DEBUG_PRINT(fmt, args...) \
|
||||
do { \
|
||||
} while (0)
|
||||
#endif
|
||||
|
||||
/**
|
||||
*
|
||||
* @brief Write a 32bit data to pci reg in offset
|
||||
|
|
Loading…
Reference in New Issue