Re: [PATCH v2] kdb: Remove redundant function definitions/prototypes

2021-02-24 Thread Doug Anderson
Hi, On Tue, Feb 23, 2021 at 11:17 PM Sumit Garg wrote: > > Cleanup kdb code to get rid of unused function definitions/prototypes. > > Signed-off-by: Sumit Garg > --- > > Changes in v2: > - Keep kdbgetu64arg() the way it was. > > kernel/debug/kdb/kdb_private.h | 2 -- >

[PATCH v2] kdb: Remove redundant function definitions/prototypes

2021-02-23 Thread Sumit Garg
Cleanup kdb code to get rid of unused function definitions/prototypes. Signed-off-by: Sumit Garg --- Changes in v2: - Keep kdbgetu64arg() the way it was. kernel/debug/kdb/kdb_private.h | 2 -- kernel/debug/kdb/kdb_support.c | 18 -- 2 files changed, 20 deletions(-) diff