summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-01-20 16:22:37 +0800
committerAlan Tull <alan.tull@freescale.com>2011-02-03 16:44:50 -0600
commit04f21ba0024330821322713eebe1fce996e12af5 (patch)
tree290dec7cce9dc2ac03c1afbd2340f46f12e2eb5b /include
parent5fdb2a731b3fa458e138b4575cef35021b5ad7b8 (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>
Diffstat (limited to 'include')
-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);