Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42431
b: refs/heads/master
c: 297295a
h: refs/heads/master
i:
  42429: 7792570
  42427: 7ebb093
  42423: 202e98c
  42415: 2261d9e
  42399: 73c665a
  42367: 3c5adf1
v: v3
  • Loading branch information
Andrew Morton authored and James Bottomley committed Nov 15, 2006
1 parent fab174c commit 34339b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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: e5f82ab8342b527231cfcccde1fe265666e86b7b
refs/heads/master: 297295ae6653af1356dd35a8edc411e2715aec57
9 changes: 6 additions & 3 deletions trunk/drivers/scsi/ips.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
#define _IPS_H_

#include <linux/version.h>
#include <linux/nmi.h>
#include <asm/uaccess.h>
#include <asm/io.h>

Expand Down Expand Up @@ -116,9 +117,11 @@
dev_printk(level , &((pcidev)->dev) , format , ## arg)
#endif

#ifndef MDELAY
#define MDELAY mdelay
#endif
#define MDELAY(n) \
do { \
mdelay(n); \
touch_nmi_watchdog(); \
} while (0)

#ifndef min
#define min(x,y) ((x) < (y) ? x : y)
Expand Down

0 comments on commit 34339b7

Please sign in to comment.