diff --git a/drivers/dahdi/xpp/xproto.c b/drivers/dahdi/xpp/xproto.c index 25618fa..1fd130c 100644 --- a/drivers/dahdi/xpp/xproto.c +++ b/drivers/dahdi/xpp/xproto.c @@ -80,7 +80,8 @@ static const xproto_table_t *xproto_table(xpd_type_t cardtype) return xprotocol_tables[cardtype]; } -#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) || \ + LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0) #define MODULE_REFCOUNT_FORMAT "%s refcount was %d\n" #else #define MODULE_REFCOUNT_FORMAT "%s refcount was %lu\n"