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

Commit acd052bb authored by Tero Kristo's avatar Tero Kristo Committed by Paul Walmsley
Browse files

ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file



Instead, copy the used constants from the header file to the source file.
This allows the code to be migrated under drivers folder where we don't
have access to the OMAP specific header files.

Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Reviewed-by: default avatarMike Turquette <mturquette@linaro.org>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 9ac77eda
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@
#include <linux/clk-provider.h>
#include <linux/io.h>


#include "clock.h"
#include "clock2xxx.h"
#include "cm2xxx_3xxx.h"
#include "cm-regbits-24xx.h"

/* Register offsets */
#define CM_AUTOIDLE			0x30
#define CM_ICLKEN			0x10

/* Private functions */