Commit d1babfd4 authored by Shawn Bohrer's avatar Shawn Bohrer Committed by Greg Kroah-Hartman

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

Signed-off-by: default avatarShawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 37a110c0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment