clk.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) clk.c (75a6faf617d107bdbc74d36ccf89f2280b96ac26)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * Copyright (C) 2014 Google, Inc.
2/*
3 * Copyright (C) 2014 Google, Inc.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 */
8
9#include <linux/clk.h>
10#include <linux/clk-provider.h>
11#include <linux/kernel.h>
12#include <linux/of.h>
13#include <linux/of_address.h>
14#include <linux/slab.h>

--- 127 unchanged lines hidden ---
4 */
5
6#include <linux/clk.h>
7#include <linux/clk-provider.h>
8#include <linux/kernel.h>
9#include <linux/of.h>
10#include <linux/of_address.h>
11#include <linux/slab.h>

--- 127 unchanged lines hidden ---