From 5e7680679e4ac852db7b03e232f3472f86d4c47f Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Mon, 12 Jul 2010 17:55:59 -0500 Subject: staging: tidspbridge: remove custom TRUE FALSE bool has standard true and false, we dont need to introduce our own TRUE and FALSE macros. Signed-off-by: Nishanth Menon Reviewed-by: Felipe Contreras Signed-off-by: Greg Kroah-Hartman --- drivers/staging/tidspbridge/pmgr/dbll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/staging/tidspbridge/pmgr/dbll.c') diff --git a/drivers/staging/tidspbridge/pmgr/dbll.c b/drivers/staging/tidspbridge/pmgr/dbll.c index 16dbde8cf886..05601dc55276 100644 --- a/drivers/staging/tidspbridge/pmgr/dbll.c +++ b/drivers/staging/tidspbridge/pmgr/dbll.c @@ -1226,7 +1226,7 @@ static int dbll_rmm_alloc(struct dynamic_loader_allocate *this, int status = 0; u32 mem_sect_type; struct rmm_addr rmm_addr_obj; - s32 ret = TRUE; + s32 ret = true; unsigned stype = DLOAD_SECTION_TYPE(info->type); char *token = NULL; char *sz_sec_last_token = NULL; @@ -1315,7 +1315,7 @@ func_cont: rmm_handle, mem_sect_type, alloc_size, align, (u32 *) &rmm_addr_obj, - seg_id, req, FALSE); + seg_id, req, false); } if (DSP_FAILED(status)) { ret = false; -- cgit v1.2.3