Re: [PATCH] clockchips: convert the code format to BIT()

2019-01-16 Thread Randy Dunlap
On 1/16/19 8:09 AM, Yangtao Li wrote: > Use BIT() to do some clean-up. > > Signed-off-by: Yangtao Li Hi, Looks to me like this header file needs to #include and not assume that the bitops.h header file will be pulled in by some side effect. > --- > include/linux/clockchips.h | 16 ---

[PATCH] clockchips: convert the code format to BIT()

2019-01-16 Thread Yangtao Li
Use BIT() to do some clean-up. Signed-off-by: Yangtao Li --- include/linux/clockchips.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index 8ae9a95ebf5b..39a2294e995b 100644 --- a/include/linux/clockch