drivers: spi_dw: remove unused LOG_DOMAIN define
This define for the log domain in obsolete and not being used. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c01339554b
commit
aab35b34ac
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
/* spi_dw.c - Designware SPI driver implementation */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2015 Intel Corporation.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#define LOG_DOMAIN "SPI DW"
|
||||
|
||||
/* spi_dw.c - Designware SPI driver implementation */
|
||||
|
||||
#define LOG_LEVEL CONFIG_SPI_LOG_LEVEL
|
||||
#include <logging/log.h>
|
||||
LOG_MODULE_REGISTER(spi_dw);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue