summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include/dspbridge/drv.h
diff options
context:
space:
mode:
authorMenon, Nishanth2010-07-22 23:03:49 +0200
committerGreg Kroah-Hartman2010-07-22 23:41:04 +0200
commite6bf74f06f5178fcccb66acf51d1f6ebc4e6c5d0 (patch)
tree5a543ff5088ea3eeea3054383d384bcd60b96e3c /drivers/staging/tidspbridge/include/dspbridge/drv.h
parentstaging: tidspbridge: remove OPTIONAL (diff)
downloadkernel-qcow2-linux-e6bf74f06f5178fcccb66acf51d1f6ebc4e6c5d0.tar.gz
kernel-qcow2-linux-e6bf74f06f5178fcccb66acf51d1f6ebc4e6c5d0.tar.xz
kernel-qcow2-linux-e6bf74f06f5178fcccb66acf51d1f6ebc4e6c5d0.zip
staging: tidspbridge: remove OUT define
Remove OUT modifier which makes no sense for linux kernel Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/drv.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/drv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/drv.h b/drivers/staging/tidspbridge/include/dspbridge/drv.h
index e15a9ac9bede..28541f7f07ef 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/drv.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/drv.h
@@ -394,7 +394,7 @@ extern int drv_remove_dev_object(struct drv_object *driver_obj,
* later used by the CFG module.
*/
extern int drv_request_resources(u32 dw_context,
- OUT u32 *dev_node_strg);
+ u32 *dev_node_strg);
/*
* ======== drv_release_resources ========
@@ -463,7 +463,7 @@ extern void mem_ext_phys_pool_release(void);
* location of memory.
*/
extern void *mem_alloc_phys_mem(u32 byte_size,
- u32 align_mask, OUT u32 *physical_address);
+ u32 align_mask, u32 *physical_address);
/*
* ======== mem_free_phys_mem ========