]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/clk/clk-conf.h
mm/hotplug: invalid PFNs from pfn_to_online_page()
[mirror_ubuntu-bionic-kernel.git] / include / linux / clk / clk-conf.h
CommitLineData
86be408b
SN
1/*
2 * Copyright (C) 2014 Samsung Electronics Co., Ltd.
3 * Sylwester Nawrocki <s.nawrocki@samsung.com>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9
a8cfe8cf
CYT
10#include <linux/types.h>
11
86be408b
SN
12struct device_node;
13
14#if defined(CONFIG_OF) && defined(CONFIG_COMMON_CLK)
15int of_clk_set_defaults(struct device_node *node, bool clk_supplier);
16#else
17static inline int of_clk_set_defaults(struct device_node *node,
18 bool clk_supplier)
19{
20 return 0;
21}
22#endif