* [-mm patch] make drivers/ata/pata_ali.c:ali_tf_load() static [not found] <20070330010559.2a232d9a.akpm@linux-foundation.org> @ 2007-03-31 20:48 ` Adrian Bunk 2007-04-01 16:21 ` Tejun Heo 0 siblings, 1 reply; 2+ messages in thread From: Adrian Bunk @ 2007-03-31 20:48 UTC (permalink / raw) To: Andrew Morton, Alan Cox, jgarzik; +Cc: linux-kernel, linux-ide On Fri, Mar 30, 2007 at 01:05:59AM -0700, Andrew Morton wrote: >... > Changes since 2.6.21-rc5-mm2: >... > +testing-patch-for-ali-pata-fixes-hopefully-for-the-problems-with-atapi-dma.patch > > pata experiment >... This patch makes the needlesly global ali_tf_load() static. Signed-off-by: Adrian Bunk <bunk@stusta.de> --- --- linux-2.6.21-rc5-mm3/drivers/ata/pata_ali.c.old 2007-03-31 21:06:19.000000000 +0200 +++ linux-2.6.21-rc5-mm3/drivers/ata/pata_ali.c 2007-03-31 21:06:33.000000000 +0200 @@ -288,7 +288,7 @@ * Inherited from caller. */ -void ali_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) +static void ali_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) { struct ata_ioports *ioaddr = &ap->ioaddr; unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR; ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [-mm patch] make drivers/ata/pata_ali.c:ali_tf_load() static 2007-03-31 20:48 ` [-mm patch] make drivers/ata/pata_ali.c:ali_tf_load() static Adrian Bunk @ 2007-04-01 16:21 ` Tejun Heo 0 siblings, 0 replies; 2+ messages in thread From: Tejun Heo @ 2007-04-01 16:21 UTC (permalink / raw) To: Adrian Bunk; +Cc: Andrew Morton, Alan Cox, jgarzik, linux-kernel, linux-ide Adrian Bunk wrote: > On Fri, Mar 30, 2007 at 01:05:59AM -0700, Andrew Morton wrote: >> ... >> Changes since 2.6.21-rc5-mm2: >> ... >> +testing-patch-for-ali-pata-fixes-hopefully-for-the-problems-with-atapi-dma.patch >> >> pata experiment >> ... > > > This patch makes the needlesly global ali_tf_load() static. > > Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Tejun Heo <htejun@gmail.com> -- tejun ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-01 16:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20070330010559.2a232d9a.akpm@linux-foundation.org>
2007-03-31 20:48 ` [-mm patch] make drivers/ata/pata_ali.c:ali_tf_load() static Adrian Bunk
2007-04-01 16:21 ` Tejun Heo
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).