From 7d4a85944199898409e60fa12a37ea71522ee6eb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 12 Jun 2012 08:54:19 +0200 Subject: libblock: Remove const qualifier This allows addtion of per disk statistics for example. --- cpukit/libblock/include/rtems/bdbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libblock/include/rtems/bdbuf.h') diff --git a/cpukit/libblock/include/rtems/bdbuf.h b/cpukit/libblock/include/rtems/bdbuf.h index 5275c13beb..f63c1c548c 100644 --- a/cpukit/libblock/include/rtems/bdbuf.h +++ b/cpukit/libblock/include/rtems/bdbuf.h @@ -318,7 +318,7 @@ typedef struct rtems_bdbuf_buffer signed char bal; /**< The balance of the sub-tree */ } avl; - const rtems_disk_device *dd; /**< disk device */ + rtems_disk_device *dd; /**< disk device */ rtems_blkdev_bnum block; /**< block number on the device */ -- cgit v1.2.3