Re: [PATCH 2/5] clk: Prepare to remove asm-generic/clkdev.h

2018-01-10 Thread Stephen Boyd
On 01/02, Stephen Boyd wrote: > Now that all the users of asm/clkdev.h have been replaced with > the generic file we can get rid of the asm-generic file as well > and implement that code directly where it's used. > > We only have one caller of __clkdev_alloc(), in clkdev.c so we > can easily remov

[PATCH 2/5] clk: Prepare to remove asm-generic/clkdev.h

2018-01-02 Thread Stephen Boyd
Now that all the users of asm/clkdev.h have been replaced with the generic file we can get rid of the asm-generic file as well and implement that code directly where it's used. We only have one caller of __clkdev_alloc(), in clkdev.c so we can easily remove that and drop the include of asm/clkdev.