Re: [PATCH] c6x: Use generic clkdev.h header

2015-09-16 Thread Mark Salter
On Tue, 2015-09-15 at 16:09 -0700, Stephen Boyd wrote: > The c6x clkdev.h header is the same as the asm-generic header, so > just use the asm-generic one. > > Signed-off-by: Stephen Boyd > --- Pulled into c6x tree for next merge window. Thanks! -- To unsubscribe from this list: send the line "

[PATCH] c6x: Use generic clkdev.h header

2015-09-15 Thread Stephen Boyd
The c6x clkdev.h header is the same as the asm-generic header, so just use the asm-generic one. Signed-off-by: Stephen Boyd --- arch/c6x/include/asm/Kbuild | 1 + arch/c6x/include/asm/clkdev.h | 22 -- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 ar