[PATCH] ibmphp: remove TRUE and FALSE
[safe/jmp/linux-2.6] / drivers / pci / hotplug / ibmphp_ebda.c
index ba12034..05e4f5a 100644 (file)
@@ -944,7 +944,7 @@ static int __init ebda_rsrc_controller (void)
                                goto error_no_slot;
                        }
 
-                       tmp_slot->flag = TRUE;
+                       tmp_slot->flag = 1;
 
                        tmp_slot->capabilities = hpc_ptr->slots[index].slot_cap;
                        if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_133_MAX) == EBDA_SLOT_133_MAX)