Re: [PATCH RESEND] ARM: SPEAr1340: static-ize SATA functions

2014-03-20 Thread Pratyush Anand
On Tue, Mar 18, 2014 at 07:00:08PM +0800, Viresh Kumar wrote: > On Tue, Mar 18, 2014 at 4:28 PM, Bartlomiej Zolnierkiewicz > wrote: > > Make sata_miphy_exit(), sata_suspend() and sata_resume() static. > > > > Signed-off-by: Bartlomiej Zolnierkiewicz > > Signed-off-by: Kyungmin Park > > --- > > P

Re: [PATCH RESEND] ARM: SPEAr1340: static-ize SATA functions

2014-03-18 Thread Viresh Kumar
On Tue, Mar 18, 2014 at 4:28 PM, Bartlomiej Zolnierkiewicz wrote: > Make sata_miphy_exit(), sata_suspend() and sata_resume() static. > > Signed-off-by: Bartlomiej Zolnierkiewicz > Signed-off-by: Kyungmin Park > --- > Previous submission: > https://lkml.org/lkml/2013/10/4/369 > > arch/arm/mach-s

[PATCH RESEND] ARM: SPEAr1340: static-ize SATA functions

2014-03-18 Thread Bartlomiej Zolnierkiewicz
Make sata_miphy_exit(), sata_suspend() and sata_resume() static. Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park --- Previous submission: https://lkml.org/lkml/2013/10/4/369 arch/arm/mach-spear/spear1340.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff