Re: [PATCH] mtd: onenand: omap: remove two unused functions

2013-09-16 Thread Brian Norris
On Wed, Aug 07, 2013 at 08:16:49PM +0200, Paul Bolle wrote: > Nothing calls omap2_onenand_rephase(). And __adjust_timing() is only > called by omap2_onenand_rephase(). Remove these two unused functions. > > Signed-off-by: Paul Bolle > --- > Completely untested. Compile-tested successfully here.

[PATCH] mtd: onenand: omap: remove two unused functions

2013-08-07 Thread Paul Bolle
Nothing calls omap2_onenand_rephase(). And __adjust_timing() is only called by omap2_onenand_rephase(). Remove these two unused functions. Signed-off-by: Paul Bolle --- Completely untested. drivers/mtd/onenand/omap2.c | 22 -- 1 file changed, 22 deletions(-) diff --git a/dr