aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_kernel.h')
-rw-r--r--drivers/infiniband/hw/ipath/ipath_kernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_kernel.h b/drivers/infiniband/hw/ipath/ipath_kernel.h
index 999249b7f27f..af342314b368 100644
--- a/drivers/infiniband/hw/ipath/ipath_kernel.h
+++ b/drivers/infiniband/hw/ipath/ipath_kernel.h
@@ -785,7 +785,7 @@ static inline u32 ipath_read_creg32(const struct ipath_devdata *dd,
785 785
786struct device_driver; 786struct device_driver;
787 787
788extern const char ipath_core_version[]; 788extern const char ib_ipath_version[];
789 789
790int ipath_driver_create_group(struct device_driver *); 790int ipath_driver_create_group(struct device_driver *);
791void ipath_driver_remove_group(struct device_driver *); 791void ipath_driver_remove_group(struct device_driver *);
@@ -815,7 +815,7 @@ const char *ipath_get_unit_name(int unit);
815 815
816extern struct mutex ipath_mutex; 816extern struct mutex ipath_mutex;
817 817
818#define IPATH_DRV_NAME "ipath_core" 818#define IPATH_DRV_NAME "ib_ipath"
819#define IPATH_MAJOR 233 819#define IPATH_MAJOR 233
820#define IPATH_USER_MINOR_BASE 0 820#define IPATH_USER_MINOR_BASE 0
821#define IPATH_SMA_MINOR 128 821#define IPATH_SMA_MINOR 128