diff options
| author | Kristen Accardi <[email protected]> | 2006-03-15 00:24:47 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2006-03-23 22:35:17 +0000 |
| commit | dc6712d1261ee4585771724320d28580888818eb (patch) | |
| tree | 14bb88b17952a540b4764653340ae30c14959b12 /drivers/pci/hotplug/ibmphp.h | |
| parent | [PATCH] PCI Hotplug: add common acpi functions to core (diff) | |
| download | kernel-dc6712d1261ee4585771724320d28580888818eb.tar.gz kernel-dc6712d1261ee4585771724320d28580888818eb.zip | |
[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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/pci/hotplug/ibmphp.h')
| -rw-r--r-- | drivers/pci/hotplug/ibmphp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/ibmphp.h b/drivers/pci/hotplug/ibmphp.h index c22e0284d7b1..dba6d8ca9bda 100644 --- a/drivers/pci/hotplug/ibmphp.h +++ b/drivers/pci/hotplug/ibmphp.h @@ -406,8 +406,6 @@ extern void ibmphp_hpc_stop_poll_thread (void); //---------------------------------------------------------------------------- // HPC return codes //---------------------------------------------------------------------------- -#define FALSE 0x00 -#define TRUE 0x01 #define HPC_ERROR 0xFF //----------------------------------------------------------------------------- |
