OSDN Git Service

staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZE
authorChristoph Jaeger <email@christophjaeger.info>
Mon, 4 Aug 2014 12:54:49 +0000 (14:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:12 +0000 (12:23 -0700)
OZ_MAX_TIMER_POOL_SIZE is not used anywhere; remove it.

Signed-off-by: Christoph Jaeger <email@christophjaeger.info>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozproto.c

index 1102055..4aebe16 100644 (file)
@@ -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];