From: Sergei Shtylyov Date: Wed, 21 Apr 2010 14:11:33 +0000 (+0400) Subject: DaVinci: move IDE platform device to its proper place X-Git-Tag: v2.6.35-rc1~499^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a9978a1e2225507025a8b90b4289d506a416bd9;p=pandora-kernel.git DaVinci: move IDE platform device to its proper place The IDE platform device is registered in three different places (2 board files for DM644x and in dm646x.c for DM646x) while both the IDE base address and the IDE IRQ are the same for both SoCs -- therefore, the proper place for the IDE platform seems to be in devices.c. Merge the IDE platform data and registration code and create davinci_init_ide() in place of dm646x_init_ide()... Signed-off-by: Sergei Shtylyov Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed