Archived
14
0
Fork 0

Staging: comedi: remove EXTERN macro since it is not used

Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Shawn Bohrer 2009-10-18 15:32:19 -05:00 committed by Greg Kroah-Hartman
parent 37a110c049
commit d1babfd466

View file

@ -76,14 +76,6 @@
#define FALSE (0)
#endif
#if !defined(EXTERN)
#if defined(__cplusplus)
#define EXTERN extern "C"
#else
#define EXTERN extern
#endif
#endif
#if !defined(INLINE)
#define INLINE static __inline
#endif