Re: [KJ][PATCH] ROUND_UP macro cleanup in drivers/pci

2007-04-04 Thread Scott Murray
On Sun, 1 Apr 2007, Milind Arun Choudhary wrote: > > ROUND_UP macro cleanup, use ALIGN where ever appropriate > > Signed-off-by: Milind Arun Choudhary <[EMAIL PROTECTED]> Ack for the hotplug/cpci_hotplug_pci.c change, looks like I missed removing that define back when I originally reworked things

[KJ][PATCH] ROUND_UP macro cleanup in drivers/pci

2007-04-01 Thread Milind Arun Choudhary
ROUND_UP macro cleanup, use ALIGN where ever appropriate Signed-off-by: Milind Arun Choudhary <[EMAIL PROTECTED]> --- hotplug/cpci_hotplug_pci.c |2 -- setup-bus.c|8 +++- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/pci/hotplug/cpci_hotplu