]> err.no Git - linux-2.6/blobdiff - drivers/pci/hotplug/ibmphp.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
[linux-2.6] / drivers / pci / hotplug / ibmphp.h
index 5bc039da647f1e36f6d450a2bb7f8ecb07ab7e96..612d96301509c8e9d2fbb003d1a751b46e339cd7 100644 (file)
@@ -30,7 +30,7 @@
  *
  */
 
-#include "pci_hotplug.h"
+#include <linux/pci_hotplug.h>
 
 extern int ibmphp_debug;
 
@@ -196,7 +196,7 @@ struct ebda_hpc_bus {
 
 
 /********************************************************************
-*   THREE TYPE OF HOT PLUG CONTROLER                                *
+*   THREE TYPE OF HOT PLUG CONTROLLER                                *
 ********************************************************************/
 
 struct isa_ctlr_access {
@@ -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
 
 //-----------------------------------------------------------------------------