|
@@ -60,10 +60,6 @@ struct smsdvb_client_t {
|
|
static struct list_head g_smsdvb_clients;
|
|
static struct list_head g_smsdvb_clients;
|
|
static struct mutex g_smsdvb_clientslock;
|
|
static struct mutex g_smsdvb_clientslock;
|
|
|
|
|
|
-static int sms_dbg;
|
|
|
|
-module_param_named(debug, sms_dbg, int, 0644);
|
|
|
|
-MODULE_PARM_DESC(debug, "set debug level (info=1, adv=2 (or-able))");
|
|
|
|
-
|
|
|
|
/* Events that may come from DVB v3 adapter */
|
|
/* Events that may come from DVB v3 adapter */
|
|
static void sms_board_dvb3_event(struct smsdvb_client_t *client,
|
|
static void sms_board_dvb3_event(struct smsdvb_client_t *client,
|
|
enum SMS_DVB3_EVENTS event) {
|
|
enum SMS_DVB3_EVENTS event) {
|