OSDN Git Service

clk/realview: stop using machine headers
authorArnd Bergmann <arnd@arndb.de>
Wed, 25 Nov 2015 16:32:16 +0000 (17:32 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 15 Dec 2015 08:41:33 +0000 (09:41 +0100)
commit3c30a4a357bd1011322782d6a60fa284d8bd8286
tree6540146d3a95436d1f62bedab536d4d592551d77
parent930748a0335573ff360744e068dd841b63a29bf0
clk/realview: stop using machine headers

In order to move realview into multiplatform, we have to prevent device
drivers from accessing the machine header files.

In case of the clk driver, this is very simple, we just copy the
small set of register definitions into the driver that needs them.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/clk/versatile/clk-realview.c