diff options
author | Rick Tillery <rtillery@ti.com> | 2011-11-28 14:20:53 -0600 |
---|---|---|
committer | Rick Tillery <rtillery@ti.com> | 2011-11-28 14:20:53 -0600 |
commit | 75ea68abcb1385e55eebb2c5a1d70ae19fb2bfae (patch) | |
tree | 96d428c3a1990e8469398d7fd0b910d4ffff0117 | |
parent | 00abc9cdf8f3785defc4d770958ff12925b19715 (diff) | |
download | hardware_ti_omap4-75ea68abcb1385e55eebb2c5a1d70ae19fb2bfae.zip hardware_ti_omap4-75ea68abcb1385e55eebb2c5a1d70ae19fb2bfae.tar.gz hardware_ti_omap4-75ea68abcb1385e55eebb2c5a1d70ae19fb2bfae.tar.bz2 |
Fixed error in bvinternal.h with type of bv_unmap pointer of bvbuffmap struct.
Change-Id: Ie2af94fb78d69aade89d895da1ae2ba7a02d6fc3
Signed-off-by: Rick Tillery <rtillery@ti.com>
-rwxr-xr-x | bltsville/include/bvinternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bltsville/include/bvinternal.h b/bltsville/include/bvinternal.h index 5b53ee1..06e1bed 100755 --- a/bltsville/include/bvinternal.h +++ b/bltsville/include/bvinternal.h @@ -36,7 +36,7 @@ struct bvbuffmap { unsigned int structsize; /* used to ID structure ver */ /* function to unmap this resource */ - BVFN_MAP bv_unmap; + BVFN_UNMAP bv_unmap; unsigned long handle; /* resource-specific info */ |