summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/pmgr/cod.c
diff options
context:
space:
mode:
authorMenon, Nishanth <nm@ti.com>2010-07-22 16:03:49 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-22 14:41:04 -0700
commite6bf74f06f5178fcccb66acf51d1f6ebc4e6c5d0 (patch)
tree5a543ff5088ea3eeea3054383d384bcd60b96e3c /drivers/staging/tidspbridge/pmgr/cod.c
parent21aaf42ec990e7e169fff67ffb97b2f13e0b7ed3 (diff)
downloadop-kernel-dev-e6bf74f06f5178fcccb66acf51d1f6ebc4e6c5d0.zip
op-kernel-dev-e6bf74f06f5178fcccb66acf51d1f6ebc4e6c5d0.tar.gz
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/pmgr/cod.c')
-rw-r--r--drivers/staging/tidspbridge/pmgr/cod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/tidspbridge/pmgr/cod.c b/drivers/staging/tidspbridge/pmgr/cod.c
index d25f8ce7..10db8cf 100644
--- a/drivers/staging/tidspbridge/pmgr/cod.c
+++ b/drivers/staging/tidspbridge/pmgr/cod.c
@@ -216,7 +216,7 @@ void cod_close(struct cod_libraryobj *lib)
* dynamically loaded object files.
*
*/
-int cod_create(OUT struct cod_manager **mgr, char *str_zl_file,
+int cod_create(struct cod_manager **mgr, char *str_zl_file,
const struct cod_attrs *attrs)
{
struct cod_manager *mgr_new;
@@ -399,7 +399,7 @@ int cod_get_loader(struct cod_manager *cod_mgr_obj,
* given the section name.
*/
int cod_get_section(struct cod_libraryobj *lib, char *str_sect,
- OUT u32 *addr, OUT u32 *len)
+ u32 *addr, u32 *len)
{
struct cod_manager *cod_mgr_obj;
int status = 0;
@@ -630,7 +630,7 @@ int cod_open_base(struct cod_manager *hmgr, char *sz_coff_path,
* Retrieve the content of a code section given the section name.
*/
int cod_read_section(struct cod_libraryobj *lib, char *str_sect,
- OUT char *str_content, u32 content_size)
+ char *str_content, u32 content_size)
{
int status = 0;
OpenPOWER on IntegriCloud