Commit 90fd56af authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: s626: remove private INLINE macro

The INLINE macro is not used in the code. Remove it.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bdf5aa39
...@@ -70,10 +70,6 @@ ...@@ -70,10 +70,6 @@
#define FALSE (0) #define FALSE (0)
#endif #endif
#if !defined(INLINE)
#define INLINE static __inline
#endif
#include<linux/slab.h> #include<linux/slab.h>
#define S626_SIZE 0x0200 #define S626_SIZE 0x0200
......
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