Commit c3b76eee authored by Ramesh Gupta's avatar Ramesh Gupta Committed by Hari Kanigeri

OMAP4 tesla header cleanup

This patch cleans up tesla header files
Signed-off-by: default avatarRamesh Gupta G <grgupta@ti.com>
parent f0c5dd91
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
*/ */
struct notify_tesladrv_params{ struct notify_tesladrv_params {
int shared_addr; int shared_addr;
int shared_addr_size; int shared_addr_size;
int num_events; int num_events;
...@@ -190,14 +190,14 @@ struct notify_driver_object * notify_tesladrv_create(char * driver_name, ...@@ -190,14 +190,14 @@ struct notify_driver_object * notify_tesladrv_create(char * driver_name,
*/ */
int notify_tesladrv_delete (struct notify_driver_object** handlePtr); int notify_tesladrv_delete(struct notify_driver_object** handlePtr);
/* /*
* func notify_tesladrv_getconfig * func notify_tesladrv_getconfig
* *
* desc Get the default configuration for driver. * desc Get the default configuration for driver.
*/ */
void notify_tesladrv_getconfig (struct notify_tesladrv_config* cfg); void notify_tesladrv_getconfig(struct notify_tesladrv_config* cfg);
/* /*
...@@ -207,7 +207,7 @@ void notify_tesladrv_getconfig (struct notify_tesladrv_config* cfg); ...@@ -207,7 +207,7 @@ void notify_tesladrv_getconfig (struct notify_tesladrv_config* cfg);
*/ */
int notify_tesladrv_setup (struct notify_tesladrv_config * cfg); int notify_tesladrv_setup(struct notify_tesladrv_config * cfg);
/* /*
* func notify_tesladrv_params_init * func notify_tesladrv_params_init
...@@ -215,7 +215,7 @@ int notify_tesladrv_setup (struct notify_tesladrv_config * cfg); ...@@ -215,7 +215,7 @@ int notify_tesladrv_setup (struct notify_tesladrv_config * cfg);
* desc initializes parameters for driver. * desc initializes parameters for driver.
*/ */
void notify_tesladrv_params_init (struct notify_driver_object *handle, void notify_tesladrv_params_init(struct notify_driver_object *handle,
struct notify_tesladrv_params * params); struct notify_tesladrv_params * params);
/* /*
...@@ -224,7 +224,7 @@ void notify_tesladrv_params_init (struct notify_driver_object *handle, ...@@ -224,7 +224,7 @@ void notify_tesladrv_params_init (struct notify_driver_object *handle,
* desc destroys the driver * desc destroys the driver
*/ */
int notify_tesladrv_destroy (void); int notify_tesladrv_destroy(void);
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