mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 17:28:56 +00: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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user