Kyungmin Park aa3831cf9d ARM: Consolidate the clkdev header files
Now most of ARM machines has the alsmot same __clk_get/put() macro

So place it at the arch/arm/include/asm/clkdev.h and remove the reduntant header files

But some machines don't have the same form as above. It can use the machince specific clkdev file by HAVE_MACH_CLKDEV config

Now there are only 3 caese.

1) define the clk structure with clkdev macro => Need to move clk structure to proper header file

arch/arm/mach-versatile/include/mach/clkdev.h
arch/arm/mach-realview/include/mach/clkdev.h
arch/arm/mach-vexpress/include/mach/clkdev.h
arch/arm/mach-integrator/include/mach/clkdev.h

2) export the __clk_get/put function at clock.c

arch/arm/mach-shmobile/include/mach/clkdev.h

3) demuxing the clk source
arch/arm/mach-u300/include/mach/clkdev.h

Acked-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2011-07-19 18:09:45 +02:00
..
2011-03-31 11:26:23 -03:00
2010-05-06 15:02:01 -07:00
2010-05-13 10:05:28 -07:00
2011-03-29 14:47:57 +02:00
2011-05-11 22:40:06 +05:30
2011-04-25 14:19:32 +05:30
2010-05-13 10:05:29 -07:00
2010-11-16 14:14:02 +01:00
2010-12-10 07:33:50 -08:00
2010-02-04 13:29:55 -08:00
2009-11-25 10:21:31 -08:00
2011-01-06 22:33:32 +00:00
2010-12-11 12:15:53 +02:00