summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block09
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-30 12:43:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-31 11:05:48 +0200
commit40284de8443df5e8f60420c11d2dcac09b6befb1 (patch)
tree0df3c57102c41b5dcf3b71144c73f4ef0b750e5f /testsuites/libtests/block09
parentlibblock: Add task stack size bdbuf configuration (diff)
downloadrtems-40284de8443df5e8f60420c11d2dcac09b6befb1.tar.bz2
libblock: Remove const qualifier from bdbuf API
This allows addtion of per disk statistics for example.
Diffstat (limited to 'testsuites/libtests/block09')
-rw-r--r--testsuites/libtests/block09/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/block09/init.c b/testsuites/libtests/block09/init.c
index 36479fe32b..d29d6ac595 100644
--- a/testsuites/libtests/block09/init.c
+++ b/testsuites/libtests/block09/init.c
@@ -143,7 +143,7 @@ static rtems_status_code disk_register(
}
static void check_read(
- const rtems_disk_device *dd,
+ rtems_disk_device *dd,
rtems_blkdev_bnum block,
rtems_status_code expected_sc
)