提交 d1babfd4 编写于 作者: S Shawn Bohrer 提交者: Greg Kroah-Hartman

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

Signed-off-by: NShawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册