Re: [PATCH] usemem: Remove the duplicate do_access

2021-01-21 Thread wufengguang
Applied, thanks! Sorry the mistake should be caused by manually fixing up mangled outlook patch. Regards, Fengguang

[PATCH] usemem: Remove the duplicate do_access

2021-01-18 Thread Hui Zhu
From: Hui Zhu Got following error when build usemem: gcc -O -c -Wall -g usemem.c -o usemem.o usemem.c:451:15: error: redefinition of ‘do_access’ unsigned long do_access(unsigned long *p, unsigned long idx, int read) ^ usemem.c:332:15: note: previous definition of