diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-01-31 21:00:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-01-31 21:00:50 +0000 |
commit | b8d99458ffe83a3c782e26e0cd07d26d41bfeefc (patch) | |
tree | 7aed13aaf7a1311c8c63979af5d23c6c13049bfd /target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_clk.h | |
parent | a8f779a9f7a9f12bd2f4b863a131e8d2a605109c (diff) | |
download | mtk-20170518-b8d99458ffe83a3c782e26e0cd07d26d41bfeefc.zip mtk-20170518-b8d99458ffe83a3c782e26e0cd07d26d41bfeefc.tar.gz mtk-20170518-b8d99458ffe83a3c782e26e0cd07d26d41bfeefc.tar.bz2 |
move files to files-2.6.30, to ease newer kernel integration
SVN-Revision: 19471
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_clk.h')
-rw-r--r-- | target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_clk.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_clk.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_clk.h deleted file mode 100644 index 8fcf8df..0000000 --- a/target/linux/brcm63xx/files/include/asm-mips/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_ */ |