drm/kconfig: Remove unused select of DRM_KMS_FB_HELPER
[linux-block.git] / drivers / clk / renesas / clk-div6.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
e8087b5b
SH
2#ifndef __RENESAS_CLK_DIV6_H__
3#define __RENESAS_CLK_DIV6_H__
1fae91ec
GU
4
5struct clk *cpg_div6_register(const char *name, unsigned int num_parents,
9f8c71e5
GU
6 const char **parent_names, void __iomem *reg,
7 struct raw_notifier_head *notifiers);
1fae91ec
GU
8
9#endif