clk.c (9938b04472d5c59f8bd8152a548533a8599596a2) clk.c (97b921087fa76b1b0b2a20ae70d0e8b6d394c4ea)
1/*
2 * This program is free software; you can redistribute it and/or modify it
3 * under the terms of the GNU General Public License version 2 as published
4 * by the Free Software Foundation.
5 *
1/*
2 * This program is free software; you can redistribute it and/or modify it
3 * under the terms of the GNU General Public License version 2 as published
4 * by the Free Software Foundation.
5 *
6 * Copyright (C) 2010 John Crispin <blogic@openwrt.org>
6 * Copyright (C) 2010 John Crispin <john@phrozen.org>
7 * Copyright (C) 2013-2015 Lantiq Beteiligungs-GmbH & Co.KG
8 */
9
10#include <linux/io.h>
11#include <linux/export.h>
12#include <linux/clk.h>
13
14#include <asm/time.h>

--- 339 unchanged lines hidden ---
7 * Copyright (C) 2013-2015 Lantiq Beteiligungs-GmbH & Co.KG
8 */
9
10#include <linux/io.h>
11#include <linux/export.h>
12#include <linux/clk.h>
13
14#include <asm/time.h>

--- 339 unchanged lines hidden ---