log: Remove some places where we redefine LOGLEVEL
We cannot redefine a CONFIG value per file in this manner. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
dc2c451a94
commit
d5c4b8b063
@ -27,11 +27,6 @@
|
|||||||
#include <asm/arch/clock.h>
|
#include <asm/arch/clock.h>
|
||||||
#include "octeontx_bch.h"
|
#include "octeontx_bch.h"
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
# undef CONFIG_LOGLEVEL
|
|
||||||
# define CONFIG_LOGLEVEL 8
|
|
||||||
#endif
|
|
||||||
|
|
||||||
LIST_HEAD(octeontx_bch_devices);
|
LIST_HEAD(octeontx_bch_devices);
|
||||||
static unsigned int num_vfs = BCH_NR_VF;
|
static unsigned int num_vfs = BCH_NR_VF;
|
||||||
static void *bch_pf;
|
static void *bch_pf;
|
||||||
|
@ -31,11 +31,6 @@
|
|||||||
#include <asm/arch/clock.h>
|
#include <asm/arch/clock.h>
|
||||||
#include "octeontx_bch.h"
|
#include "octeontx_bch.h"
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
# undef CONFIG_LOGLEVEL
|
|
||||||
# define CONFIG_LOGLEVEL 8
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The NDF_CMD queue takes commands between 16 - 128 bit.
|
* The NDF_CMD queue takes commands between 16 - 128 bit.
|
||||||
* All commands must be 16 bit aligned and are little endian.
|
* All commands must be 16 bit aligned and are little endian.
|
||||||
|
@ -16,9 +16,6 @@
|
|||||||
|
|
||||||
#define BUFFSIZE 64
|
#define BUFFSIZE 64
|
||||||
|
|
||||||
#undef CONFIG_LOGLEVEL
|
|
||||||
#define CONFIG_LOGLEVEL 4
|
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
static int log_test_pr_cont(struct unit_test_state *uts)
|
static int log_test_pr_cont(struct unit_test_state *uts)
|
||||||
|
Loading…
Reference in New Issue
Block a user