summaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/common.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-03-20 15:38:05 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-03-20 15:38:05 +1100
commitdebd9c0359e33f23ef54533d370b03516d54d4a5 (patch)
tree268bc28ce02382c58aa6a14b0f1012c839696ca7 /drivers/staging/winbond/common.h
parentc2ced7afe298f12721337baee6b10cbc56da5c8b (diff)
parent5e2d7851a34c18f03ed2fd1c0784a54dca44460c (diff)
Merge branch 'quilt/staging'
Conflicts: drivers/gpu/drm/Makefile
Diffstat (limited to 'drivers/staging/winbond/common.h')
-rw-r--r--drivers/staging/winbond/common.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/drivers/staging/winbond/common.h b/drivers/staging/winbond/common.h
deleted file mode 100644
index c4d96041e9ac..000000000000
--- a/drivers/staging/winbond/common.h
+++ /dev/null
@@ -1,27 +0,0 @@
-//
-// common.h
-//
-// This file contains the OS dependant definition and function.
-// Every OS has this file individual.
-//
-
-#define DebugUsbdStatusInformation( _A )
-
-#ifndef COMMON_DEF
-#define COMMON_DEF
-
-//#define DEBUG_ENABLED 1
-
-//==================================================================================================
-// Common function definition
-//==================================================================================================
-#define DEBUG_ENABLED
-#define ETH_LENGTH_OF_ADDRESS 6
-#ifdef DEBUG_ENABLED
-#define WBDEBUG( _M ) printk _M
-#else
-#define WBDEBUG( _M ) 0
-#endif
-
-#endif // COMMON_DEF
-