From 042df4fa28a459ac425cea9bc81764532c267ba4 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sat, 6 Apr 2013 10:31:02 +0000 Subject: 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 Acked-by: Greg Kroah-Hartman Patchwork: http://patchwork.linux-mips.org/patch/5055/ Acked-by: John Crispin --- arch/mips/include/asm/mach-bcm63xx/bcm63xx_clk.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 arch/mips/include/asm/mach-bcm63xx/bcm63xx_clk.h (limited to 'arch/mips/include/asm/mach-bcm63xx') diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_clk.h b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_clk.h deleted file mode 100644 index 8fcf8df4418a..000000000000 --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_clk.h +++ /dev/null @@ -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_ */ -- cgit v1.2.3