summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-01-20 16:22:37 +0800
committerJason Chen <b02280@freescale.com>2011-01-21 11:04:39 +0800
commit6a0f0935318eac8733f79964854d2c18fe012099 (patch)
tree30627eb6c5f814fe6560565b9a77149d1c633ea7
parentd27cf66caad565dc54898113c4fbac2d6c4f3d12 (diff)
ENGR00138270-1 header file: change ipu_check_buffer_busy func name.
Change ipu_check_buffer_busy to ipu_check_buffer_ready. Signed-off-by: Jason Chen <b02280@freescale.com>
-rw-r--r--include/linux/ipu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ipu.h b/include/linux/ipu.h
index 3ecd6a3cad49..1034de81010b 100644
--- a/include/linux/ipu.h
+++ b/include/linux/ipu.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2005-2010 Freescale Semiconductor, Inc.
+ * Copyright 2005-2011 Freescale Semiconductor, Inc.
*/
/*
@@ -907,7 +907,7 @@ int32_t ipu_link_channels(ipu_channel_t src_ch, ipu_channel_t dest_ch);
int32_t ipu_unlink_channels(ipu_channel_t src_ch, ipu_channel_t dest_ch);
int32_t ipu_is_channel_busy(ipu_channel_t channel);
-int32_t ipu_check_buffer_busy(ipu_channel_t channel, ipu_buffer_t type,
+int32_t ipu_check_buffer_ready(ipu_channel_t channel, ipu_buffer_t type,
uint32_t bufNum);
void ipu_clear_buffer_ready(ipu_channel_t channel, ipu_buffer_t type,
uint32_t bufNum);