]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP: gpmc: don't create devices from initcall on DT
authorDaniel Mack <zonque@gmail.com>
Fri, 14 Dec 2012 10:36:40 +0000 (11:36 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 14 Jan 2013 17:42:29 +0000 (09:42 -0800)
commit66f83fc9f2ba01e9cc5cec984acb25d0e15e680b
treee710bdf79a208627a26075ed099385a89686a1e4
parent8a951b0447260880e42a062699d73808167b7fdf
ARM: OMAP: gpmc: don't create devices from initcall on DT

On DT driven boards, the gpmc node will match the driver. Hence, there's
no need to do that unconditionally from the initcall.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/gpmc.c