diff options
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/ehca/ehca_reqs.c | 2 | ||||
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_iba7220.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ehca/ehca_reqs.c b/drivers/infiniband/hw/ehca/ehca_reqs.c index dd9bc68f1c7b..898c8b5c38dd 100644 --- a/drivers/infiniband/hw/ehca/ehca_reqs.c +++ b/drivers/infiniband/hw/ehca/ehca_reqs.c | |||
@@ -42,7 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | 44 | ||
45 | #include <asm-powerpc/system.h> | 45 | #include <asm/system.h> |
46 | #include "ehca_classes.h" | 46 | #include "ehca_classes.h" |
47 | #include "ehca_tools.h" | 47 | #include "ehca_tools.h" |
48 | #include "ehca_qes.h" | 48 | #include "ehca_qes.h" |
diff --git a/drivers/infiniband/hw/ipath/ipath_iba7220.c b/drivers/infiniband/hw/ipath/ipath_iba7220.c index 85b2cd03c4e4..d90f5e9a54fa 100644 --- a/drivers/infiniband/hw/ipath/ipath_iba7220.c +++ b/drivers/infiniband/hw/ipath/ipath_iba7220.c | |||
@@ -528,7 +528,7 @@ static const struct ipath_cregs ipath_7220_cregs = { | |||
528 | 528 | ||
529 | static char int_type[16] = "auto"; | 529 | static char int_type[16] = "auto"; |
530 | module_param_string(interrupt_type, int_type, sizeof(int_type), 0444); | 530 | module_param_string(interrupt_type, int_type, sizeof(int_type), 0444); |
531 | MODULE_PARM_DESC(int_type, " interrupt_type=auto|force_msi|force_intx\n"); | 531 | MODULE_PARM_DESC(int_type, " interrupt_type=auto|force_msi|force_intx"); |
532 | 532 | ||
533 | /* packet rate matching delay; chip has support */ | 533 | /* packet rate matching delay; chip has support */ |
534 | static u8 rate_to_delay[2][2] = { | 534 | static u8 rate_to_delay[2][2] = { |