Skip to content

Commit

Permalink
ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file
Browse files Browse the repository at this point in the history
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: Tero Kristo <t-kristo@ti.com>
Reviewed-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
  • Loading branch information
Tero Kristo authored and Paul Walmsley committed Jul 15, 2014
1 parent 9ac77ed commit acd052b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/mach-omap2/clkt_iclk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit acd052b

Please sign in to comment.