MIPS: BCM63XX: merge bcm63xx_clk.h into bcm63xx/clk.c
All the header file does is provide the internal structure of clk, which shouldn't be used by anyone except clk.c itself anyway. Signed-off-by: Jonas Gorski <jogo@openwrt.org> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Patchwork: http://patchwork.linux-mips.org/patch/5055/ Acked-by: John Crispin <blogic@openwrt.org>
This commit is contained in:

committed by
Ralf Baechle

parent
ab8ed9820f
commit
042df4fa28
@@ -1,11 +0,0 @@
|
||||
#ifndef BCM63XX_CLK_H_
|
||||
#define BCM63XX_CLK_H_
|
||||
|
||||
struct clk {
|
||||
void (*set)(struct clk *, int);
|
||||
unsigned int rate;
|
||||
unsigned int usage;
|
||||
int id;
|
||||
};
|
||||
|
||||
#endif /* ! BCM63XX_CLK_H_ */
|
Reference in New Issue
Block a user