Commit 57c06f50 authored by Subramaniam C.A's avatar Subramaniam C.A Committed by Hari Kanigeri

SYSLINK NOTIFY TESLA Patch to remove unused variable proc_id.

Removed un-used variable to remove compile time warning
Signed-off-by: default avatarC A Subramaniam <subramaniam.ca@ti.com>
parent cb1a901d
...@@ -252,7 +252,6 @@ struct notify_driver_object *notify_tesladrv_create(char *driver_name, ...@@ -252,7 +252,6 @@ struct notify_driver_object *notify_tesladrv_create(char *driver_name,
volatile struct notify_shmdrv_proc_ctrl *ctrl_ptr = NULL; volatile struct notify_shmdrv_proc_ctrl *ctrl_ptr = NULL;
struct notify_driver_attrs drv_attrs; struct notify_driver_attrs drv_attrs;
struct notify_interface fxn_table; struct notify_interface fxn_table;
int proc_id;
int i; int i;
unsigned long int num_events = NOTIFYNONSHMDRV_MAX_EVENTS; unsigned long int num_events = NOTIFYNONSHMDRV_MAX_EVENTS;
int slot = false; int slot = false;
......
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