mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 19:36:41 +00:00
staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZE
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>
This commit is contained in:
parent
c24dd2e2cd
commit
3f8fd6d85f
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user