Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87c6e46a authored by Olof Johansson's avatar Olof Johansson
Browse files

ARM: tegra: tegra2_clocks: don't export some tables



Not used externally, and certainly don't need to be exported.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Acked-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 784278e1
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -1885,7 +1885,7 @@ static struct clk tegra_clk_audio_2x = {
	},
	},
};
};


struct clk_lookup tegra_audio_clk_lookups[] = {
static struct clk_lookup tegra_audio_clk_lookups[] = {
	{ .con_id = "audio", .clk = &tegra_clk_audio },
	{ .con_id = "audio", .clk = &tegra_clk_audio },
	{ .con_id = "audio_2x", .clk = &tegra_clk_audio_2x }
	{ .con_id = "audio_2x", .clk = &tegra_clk_audio_2x }
};
};
@@ -2125,7 +2125,7 @@ static struct clk tegra_clk_emc = {
		.parent = _parent,			\
		.parent = _parent,			\
	}
	}


struct clk tegra_list_clks[] = {
static struct clk tegra_list_clks[] = {
	PERIPH_CLK("apbdma",	"tegra-dma",		NULL,	34,	0,	108000000, mux_pclk,			0),
	PERIPH_CLK("apbdma",	"tegra-dma",		NULL,	34,	0,	108000000, mux_pclk,			0),
	PERIPH_CLK("rtc",	"rtc-tegra",		NULL,	4,	0,	32768,     mux_clk_32k,			PERIPH_NO_RESET),
	PERIPH_CLK("rtc",	"rtc-tegra",		NULL,	4,	0,	32768,     mux_clk_32k,			PERIPH_NO_RESET),
	PERIPH_CLK("timer",	"timer",		NULL,	5,	0,	26000000,  mux_clk_m,			0),
	PERIPH_CLK("timer",	"timer",		NULL,	5,	0,	26000000,  mux_clk_m,			0),
@@ -2221,7 +2221,7 @@ struct clk tegra_list_clks[] = {
 * configuration.  List those here to register them twice in the clock lookup
 * configuration.  List those here to register them twice in the clock lookup
 * table under two names.
 * table under two names.
 */
 */
struct clk_duplicate tegra_clk_duplicates[] = {
static struct clk_duplicate tegra_clk_duplicates[] = {
	CLK_DUPLICATE("uarta",	"tegra_uart.0",	NULL),
	CLK_DUPLICATE("uarta",	"tegra_uart.0",	NULL),
	CLK_DUPLICATE("uartb",	"tegra_uart.1",	NULL),
	CLK_DUPLICATE("uartb",	"tegra_uart.1",	NULL),
	CLK_DUPLICATE("uartc",	"tegra_uart.2",	NULL),
	CLK_DUPLICATE("uartc",	"tegra_uart.2",	NULL),
@@ -2252,7 +2252,7 @@ struct clk_duplicate tegra_clk_duplicates[] = {
		.clk = ck,	\
		.clk = ck,	\
	}
	}


struct clk *tegra_ptr_clks[] = {
static struct clk *tegra_ptr_clks[] = {
	&tegra_clk_32k,
	&tegra_clk_32k,
	&tegra_pll_s,
	&tegra_pll_s,
	&tegra_clk_m,
	&tegra_clk_m,