Re: [2.6 patch] ata_piix.c: make piix_merge_scr() static

2008-02-01 Thread Jeff Garzik
Adrian Bunk wrote: piix_merge_scr() can become static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> applied -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [2.6 patch] ata_piix.c: make piix_merge_scr() static

2008-02-01 Thread Jeff Garzik
Adrian Bunk wrote: piix_merge_scr() can become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] applied -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [2.6 patch] ata_piix.c: make piix_merge_scr() static

2008-01-28 Thread Tejun Heo
Adrian Bunk wrote: > piix_merge_scr() can become static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- > f272ad2ac4274a59f0b43cfd65488c51855132d4 > diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c > index a65c8ae..1a5c3bf 100644 > --- a/drivers/ata/ata_piix.c > +++

[2.6 patch] ata_piix.c: make piix_merge_scr() static

2008-01-28 Thread Adrian Bunk
piix_merge_scr() can become static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- f272ad2ac4274a59f0b43cfd65488c51855132d4 diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index a65c8ae..1a5c3bf 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -1068,7 +1068,7

[2.6 patch] ata_piix.c: make piix_merge_scr() static

2008-01-28 Thread Adrian Bunk
piix_merge_scr() can become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- f272ad2ac4274a59f0b43cfd65488c51855132d4 diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index a65c8ae..1a5c3bf 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -1068,7 +1068,7

Re: [2.6 patch] ata_piix.c: make piix_merge_scr() static

2008-01-28 Thread Tejun Heo
Adrian Bunk wrote: piix_merge_scr() can become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- f272ad2ac4274a59f0b43cfd65488c51855132d4 diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index a65c8ae..1a5c3bf 100644 --- a/drivers/ata/ata_piix.c +++