Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126566
b: refs/heads/master
c: 4460a0b
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent 148ea1b commit 100aada
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: fc68c7efea279b066bd5f7cc7413099a6b22bbec
refs/heads/master: 4460a0b4d5d9e0b5695365a1a5815e0f4981e01e
7 changes: 0 additions & 7 deletions trunk/drivers/staging/winbond/linux/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,9 @@
#define STATUS_MEDIA_CONNECT 1
#define STATUS_MEDIA_DISCONNECT 0

#ifndef BIT
#define BIT(x) (1 << (x))
#endif

//==================================================================================================
// Common function definition
//==================================================================================================
#ifndef abs
#define abs(_T) ((_T) < 0 ? -_T : _T)
#endif
#define DEBUG_ENABLED
#define ETH_LENGTH_OF_ADDRESS 6
#ifdef DEBUG_ENABLED
Expand Down

0 comments on commit 100aada

Please sign in to comment.