mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
staging: comedi: s626: remove private INLINE macro
The INLINE macro is not used in the code. Remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bdf5aa39f7
commit
90fd56af25
@@ -70,10 +70,6 @@
|
||||
#define FALSE (0)
|
||||
#endif
|
||||
|
||||
#if !defined(INLINE)
|
||||
#define INLINE static __inline
|
||||
#endif
|
||||
|
||||
#include<linux/slab.h>
|
||||
|
||||
#define S626_SIZE 0x0200
|
||||
|
||||
Reference in New Issue
Block a user