[PATCH] ibmphp: remove TRUE and FALSE

This patch removes the defines TRUE and FALSE and just uses 0 or 1.

Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Kristen Accardi
2006-03-14 16:24:47 -08:00
committed by Greg Kroah-Hartman
parent 783c49fc50
commit dc6712d126
6 changed files with 83 additions and 85 deletions

View 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)