Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337537
b: refs/heads/master
c: f2f8486
h: refs/heads/master
i:
  337535: 858a7d9
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Nov 1, 2012
1 parent dc77c0d commit fdd9b6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: e53b9d6d8b4cad51dd9e52c1d7ed549faab1d091
refs/heads/master: f2f8486e7a215705c18eb07ce6cecb7b32a29eba
3 changes: 0 additions & 3 deletions trunk/drivers/staging/comedi/drivers/addi-data/addi_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
#include <linux/sched.h>
#include <linux/interrupt.h>

#define ERROR -1
#define SUCCESS 1

#define LOBYTE(W) (unsigned char)((W) & 0xFF)
#define HIBYTE(W) (unsigned char)(((W) >> 8) & 0xFF)
#define MAKEWORD(H, L) (unsigned short)((L) | ((H) << 8))
Expand Down

0 comments on commit fdd9b6e

Please sign in to comment.