ARM: OMAP2+: GPMC: Remove unused OneNAND get_freq() platform function
authorJon Hunter <jon-hunter@ti.com>
Thu, 28 Jun 2012 18:41:29 +0000 (13:41 -0500)
committerAfzal Mohammed <afzal@ti.com>
Mon, 15 Oct 2012 09:10:35 +0000 (14:40 +0530)
commit757ef79188657087f96f6f12c003b682860fede2
tree3133de5915b93c1da678da94b6b64d9250b312f9
parent46376884ce0a98c276187a169620a766f0941f08
ARM: OMAP2+: GPMC: Remove unused OneNAND get_freq() platform function

A platform function pointer for getting the frequency of a OneNAND device
was added so that a platform could specify a custom function for returning
the frequency and not just rely on the OneNAND version to determine the
frequency. However, this platform function pointer is not currently being
used and I am not sure if it ever has.

OneNAND devices are not so common these days and as far as I know not being
used with new devices. Therefore, it is most likely that this get_freq()
function pointer will not be used and so remove it.

Given that the get_freq() function pointer is not used, neither is the
clk_dep variable and so all references to it can also be removed.

Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Signed-off-by: Afzal Mohammed <afzal@ti.com>
arch/arm/mach-omap2/gpmc-onenand.c
include/linux/platform_data/mtd-onenand-omap2.h