Commit 3f8fd6d8 authored by Christoph Jaeger's avatar Christoph Jaeger Committed by Greg Kroah-Hartman

staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZE

OZ_MAX_TIMER_POOL_SIZE is not used anywhere; remove it.
Signed-off-by: default avatarChristoph Jaeger <email@christophjaeger.info>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c24dd2e2
......@@ -29,8 +29,6 @@
#define OZ_DO_STOP 1
#define OZ_DO_SLEEP 2
#define OZ_MAX_TIMER_POOL_SIZE 16
struct oz_binding {
struct packet_type ptype;
char name[OZ_MAX_BINDING_LEN];
......
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