Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208414
b: refs/heads/master
c: a737b88
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Aug 11, 2010
1 parent 8835d6d commit 4f1ce30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5c90ad905b401c6675dcb6c9fed7c09c9240205c
refs/heads/master: a737b88df8d0b4476ae53daaa6db137df0541203
4 changes: 1 addition & 3 deletions trunk/drivers/scsi/bfa/include/protocol/fcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __FCPPROTO_H__
#define __FCPPROTO_H__

#include <linux/bitops.h>
#include <protocol/scsi.h>

#pragma pack(1)
Expand Down Expand Up @@ -102,9 +103,6 @@ enum {
/*
* Task management flags field - only one bit shall be set
*/
#ifndef BIT
#define BIT(_x) (1 << (_x))
#endif
enum fcp_tm_cmnd{
FCP_TM_ABORT_TASK_SET = BIT(1),
FCP_TM_CLEAR_TASK_SET = BIT(2),
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fnic/fnic.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/interrupt.h>
#include <linux/netdevice.h>
#include <linux/workqueue.h>
#include <linux/bitops.h>
#include <scsi/libfc.h>
#include <scsi/libfcoe.h>
#include "fnic_io.h"
Expand Down Expand Up @@ -49,7 +50,6 @@
/*
* Tag bits used for special requests.
*/
#define BIT(nr) (1UL << (nr))
#define FNIC_TAG_ABORT BIT(30) /* tag bit indicating abort */
#define FNIC_TAG_DEV_RST BIT(29) /* indicates device reset */
#define FNIC_TAG_MASK (BIT(24) - 1) /* mask for lookup */
Expand Down

0 comments on commit 4f1ce30

Please sign in to comment.