dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/mach-netx
Viresh Kumar 7041717e7c arch/arm/mach-netx/fb.c: reuse dummy clk routines for CONFIG_HAVE_CLK=n
mach-netx had its own implementation of clk routines like, clk_get{put},
clk_enable{disable}, etc.  And with introduction of following patchset:

  https://lkml.org/lkml/2012/4/24/154

we get compilation error for multiple definition of these routines.

Sascha had following suggestion to deal with it:

  http://www.spinics.net/lists/arm-kernel/msg179369.html

So, remove this code completely.

Signed-off-by: Viresh Kumar <viresh.kumar2@arm.com>
Reported-by: Paul Gortmaker <paul.gortmaker@gmail.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-07-30 17:25:13 -07:00
..
include/mach ARM: __io abuse cleanup 2012-03-13 21:25:21 -05:00
Kconfig [ARM] 3576/1: netX: board support for NXEB500HMI development board 2006-06-19 15:29:45 +01:00
Makefile Remove references to "make dep" 2008-01-28 23:22:13 +01:00
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
fb.c arch/arm/mach-netx/fb.c: reuse dummy clk routines for CONFIG_HAVE_CLK=n 2012-07-30 17:25:13 -07:00
fb.h [ARM] 3572/1: netX: framebuffer driver for Hilscher netX 2006-06-19 13:30:58 +01:00
generic.c ARM: __io abuse cleanup 2012-03-13 21:25:21 -05:00
generic.h ARM: restart: netx: use new restart hook 2012-01-05 12:57:16 +00:00
nxdb500.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
nxdkn.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
nxeb500hmi.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
pfifo.c [ARM] Convert asm/io.h to linux/io.h 2008-09-06 12:10:45 +01:00
time.c clocksource: convert ARM 32-bit up counting clocksources 2011-05-23 18:04:51 +01:00
xc.c arm: Add export.h to ARM specific files as required. 2011-10-31 19:30:50 -04:00