linux/arch/arm/mach-w90x900/include/mach
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
..
entry-macro.S
fb.h NUC900 LCD Controller Driver 2010-03-12 15:52:34 -08:00
gpio.h
hardware.h
i2c.h i2c/nuc900: add i2c driver support for nuc900 2010-08-11 00:34:38 +01:00
io.h
irqs.h
map.h
memory.h ARM: P2V: separate PHYS_OFFSET from platform definitions 2011-02-17 23:26:55 +00:00
mfp.h ARM: 6141/1: Add audio support part in arch/arm/mach-w90x900 2010-05-24 22:25:34 +01:00
nuc900_spi.h
regs-clock.h
regs-ebi.h
regs-gcr.h ARM: 6274/1: add global control registers definition header file for nuc900 2010-07-29 14:03:49 +01:00
regs-irq.h
regs-ldm.h NUC900 LCD Controller Driver 2010-03-12 15:52:34 -08:00
regs-serial.h
regs-timer.h
regs-usb.h
system.h ARM: 5864/1: Implement arch_reset() in NUC900 2010-01-05 20:52:45 +00:00
timex.h
uncompress.h ARM: zImage: remove the static qualifier from global data variables 2011-05-07 00:08:02 -04:00
vmalloc.h ARM: 5928/1: Change type of VMALLOC_END to unsigned long. 2010-02-15 21:40:33 +00:00
w90p910_keypad.h