IB/ehca: Fix eHCA driver compilation for uniprocessor

The eHCA driver does not compile for a uniprocessor configuration
(CONFIG_SMP=n), due to H_SUCCESS and other symbols being undefined.
This fixes it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Acked-by: Hoang-Nam Nguyen <HNGUYEN@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

authored by Paul Mackerras and committed by Roland Dreier 04d03bc5 255d0c14

+1
+1
drivers/infiniband/hw/ehca/ehca_tools.h
··· 63 63 #include <asm/ibmebus.h> 64 64 #include <asm/io.h> 65 65 #include <asm/pgtable.h> 66 + #include <asm/hvcall.h> 66 67 67 68 extern int ehca_debug_level; 68 69