]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 5639/1: arm: clkdev.c should include <linux/clk.h>
authorHartley Sweeten <hartleys@visionengravers.com>
Tue, 4 Aug 2009 22:38:06 +0000 (23:38 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 5 Aug 2009 21:06:58 +0000 (22:06 +0100)
commit635fab2083ab5752331f3eda4c38d0476d7267ec
tree4ef7291b0ee1eda8d50f7a5d7e58d418e8226e6b
parent5543b6ddef85d51a2cbc77f99764cc2b9c02d9f6
ARM: 5639/1: arm: clkdev.c should include <linux/clk.h>

<linux/clk.h> should be included to get the base API prototypes.

This fixes the following sparse warnings:

  arch/arm/common/clkdev.c:65:12:
    warning: symbol 'clk_get_sys' was not declared. Should it be static?

  arch/arm/common/clkdev.c:79:12:
    warning: symbol 'clk_get' was not declared. Should it be static?

  arch/arm/common/clkdev.c:87:6:
    warning: symbol 'clk_put' was not declared. Should it be static?

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/clkdev.c