Re: [PATCH] ufs: ufs-renesas: Drop include common.h

2023-09-10 Thread Bhupesh Sharma
On 9/9/23 8:24 AM, Marek Vasut wrote: The "#include " is being phased out in favor of more fine grained header management, i.e. ideally include a subset of headers that are really needed. Remove it from this driver. Signed-off-by: Marek Vasut --- Cc: Bhupesh Sharma Cc: Neha Malcom Francis C

Re: [PATCH] ufs: ufs-renesas: Drop include common.h

2023-09-09 Thread Tom Rini
On Sat, Sep 09, 2023 at 04:54:35AM +0200, Marek Vasut wrote: > The "#include " is being phased out in favor of more fine > grained header management, i.e. ideally include a subset of headers > that are really needed. Remove it from this driver. > > Signed-off-by: Marek Vasut Reviewed-by: Tom Ri

[PATCH] ufs: ufs-renesas: Drop include common.h

2023-09-08 Thread Marek Vasut
The "#include " is being phased out in favor of more fine grained header management, i.e. ideally include a subset of headers that are really needed. Remove it from this driver. Signed-off-by: Marek Vasut --- Cc: Bhupesh Sharma Cc: Neha Malcom Francis Cc: Tom Rini --- drivers/ufs/ufs-renesas.