[PATCH] IB/ipath: namespace cleanup: replace ips with ipath
Remove ips namespace from infinipath drivers. This renames ips_common.h to ipath_common.h. Definitions, data structures, etc. that were not used by kernel modules have moved to user-only headers. All names including ips have been renamed to ipath. Some names have had an ipath prefix added. Signed-off-by: Christian Bell <christian.bell@qlogic.com> Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com> Cc: "Michael S. Tsirkin" <mst@mellanox.co.il> Cc: Roland Dreier <rolandd@cisco.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
357b552ff3
commit
27b678dd04
@ -39,8 +39,8 @@
|
||||
#include <asm/pgtable.h>
|
||||
|
||||
#include "ipath_kernel.h"
|
||||
#include "ips_common.h"
|
||||
#include "ipath_layer.h"
|
||||
#include "ipath_common.h"
|
||||
|
||||
static int ipath_open(struct inode *, struct file *);
|
||||
static int ipath_close(struct inode *, struct file *);
|
||||
@ -458,7 +458,7 @@ static int ipath_set_part_key(struct ipath_portdata *pd, u16 key)
|
||||
u16 lkey = key & 0x7FFF;
|
||||
int ret;
|
||||
|
||||
if (lkey == (IPS_DEFAULT_P_KEY & 0x7FFF)) {
|
||||
if (lkey == (IPATH_DEFAULT_P_KEY & 0x7FFF)) {
|
||||
/* nothing to do; this key always valid */
|
||||
ret = 0;
|
||||
goto bail;
|
||||
|
Reference in New Issue
Block a user