Staging: comedi: fix checkpatch.pl warning in interrupt.h
No more need for a kernel version check now that we are in the main kernel tree. Cc: David Schleef <ds@schleef.org> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
39eca2a087
commit
0bf8e27f7a
@ -53,15 +53,8 @@ typedef void irqreturn_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* if interrupt handler prototype has pt_regs* parameter */
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
|
||||
#define PT_REGS_ARG , struct pt_regs *regs
|
||||
#define PT_REGS_CALL , regs
|
||||
#define PT_REGS_NULL , NULL
|
||||
#else
|
||||
#define PT_REGS_ARG
|
||||
#define PT_REGS_CALL
|
||||
#define PT_REGS_NULL
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user