]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pci/hotplug/cpci_hotplug_pci.c
PCI: ROUND_UP macro cleanup in drivers/pci
[linux-2.6-omap-h63xx.git] / drivers / pci / hotplug / cpci_hotplug_pci.c
index 7b1beaad2752ef731a41e2be9d91e5189ce41fe8..5e9be44817cb5ff4daa3f8bc5b04f6f45f10e6d3 100644 (file)
@@ -45,8 +45,6 @@ extern int cpci_debug;
 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg)
 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)
 
-#define ROUND_UP(x, a)         (((x) + (a) - 1) & ~((a) - 1))
-
 
 u8 cpci_get_attention_status(struct slot* slot)
 {