Re: [PATCH RFC 1/8] fs: fat: unexport file_fat_read_at()

2022-06-30 Thread Simon Glass
On Tue, 28 Jun 2022 at 01:28, Qu Wenruo wrote: > > That function is only utilized inside fat driver, unexport it. > > Signed-off-by: Qu Wenruo > --- > fs/fat/fat.c | 4 ++-- > include/fat.h | 2 -- > 2 files changed, 2 insertions(+), 4 deletions(-) Reviewed-by: Simon Glass > > diff --git a/

[PATCH RFC 1/8] fs: fat: unexport file_fat_read_at()

2022-06-28 Thread Qu Wenruo
That function is only utilized inside fat driver, unexport it. Signed-off-by: Qu Wenruo --- fs/fat/fat.c | 4 ++-- include/fat.h | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c index df9ea2c028fc..dcceccbcee0a 100644 --- a/fs/fat/fat.c +++ b/fs