aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/tidspbridge/pmgr
diff options
context:
space:
mode:
authorGravatar Menon, Nishanth <nm@ti.com> 2010-07-22 16:03:48 -0500
committerGravatar Greg Kroah-Hartman <gregkh@suse.de> 2010-07-22 14:41:04 -0700
commit21aaf42ec990e7e169fff67ffb97b2f13e0b7ed3 (patch)
treeeda0bde8f204324618e61dd47628088d987df572 /drivers/staging/tidspbridge/pmgr
parentstaging: tidspbridge: remove IN modifier (diff)
downloadlinux-21aaf42ec990e7e169fff67ffb97b2f13e0b7ed3.tar.gz
linux-21aaf42ec990e7e169fff67ffb97b2f13e0b7ed3.tar.bz2
linux-21aaf42ec990e7e169fff67ffb97b2f13e0b7ed3.zip
staging: tidspbridge: remove OPTIONAL
OPTIONAL modifier makes no sense in 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')
-rw-r--r--drivers/staging/tidspbridge/pmgr/cod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/pmgr/cod.c b/drivers/staging/tidspbridge/pmgr/cod.c
index a5c5a3ab362e..d25f8ce75e43 100644
--- a/drivers/staging/tidspbridge/pmgr/cod.c
+++ b/drivers/staging/tidspbridge/pmgr/cod.c
@@ -217,7 +217,7 @@ void cod_close(struct cod_libraryobj *lib)
*
*/
int cod_create(OUT struct cod_manager **mgr, char *str_zl_file,
- OPTIONAL const struct cod_attrs *attrs)
+ const struct cod_attrs *attrs)
{
struct cod_manager *mgr_new;
struct dbll_attrs zl_attrs;