Skip to content
Snippets Groups Projects
Commit a3569958 authored by Andreas Jaggi's avatar Andreas Jaggi Committed by Linus Torvalds
Browse files

[PATCH] mxser: remove ambiguous redefinition of INIT_WORK


Removes an unused and ambiguous redefinition of INIT_WORK()

Signed-off-by: default avatarAndreas Jaggi <andreas.jaggi@waterwave.ch>
Acked-by: default avatarJiri Slaby <jirislaby@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 37756ced
No related branches found
No related tags found
No related merge requests found
......@@ -439,12 +439,4 @@
#define READ_MOXA_MUST_GDL(baseio) inb((baseio)+MOXA_MUST_GDL_REGISTER)
#ifndef INIT_WORK
#define INIT_WORK(_work, _func, _data){ \
_data->tqueue.routine = _func;\
_data->tqueue.data = _data;\
}
#endif
#endif
......@@ -439,12 +439,4 @@
#define READ_MOXA_MUST_GDL(baseio) inb((baseio)+MOXA_MUST_GDL_REGISTER)
#ifndef INIT_WORK
#define INIT_WORK(_work, _func, _data){ \
_data->tqueue.routine = _func;\
_data->tqueue.data = _data;\
}
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment