]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: Remove ifdef for COMMON_CLK in clk-provider.h
authorStephen Boyd <sboyd@kernel.org>
Fri, 24 May 2019 00:05:59 +0000 (17:05 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 24 May 2019 00:09:55 +0000 (17:09 -0700)
commit59fcdce425b7c947ccea03a16e393af9bb4d6262
treec704cb5ce7ea8ee34a2af9235b67973231634ac0
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
clk: Remove ifdef for COMMON_CLK in clk-provider.h

This ifdef has been there since the beginning of this file, but it
doesn't really seem to serve any purpose besides obfuscating the struct
definitions and #defines here from compilation units that include it.
Let's always expose these function prototypes and struct definitions so
that code can inspect clk providers without needing to have
CONFIG_COMMON_CLK enabled.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/linux/clk-provider.h