summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devread.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/devfs/devread.c')
-rw-r--r--cpukit/libfs/src/devfs/devread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/devfs/devread.c b/cpukit/libfs/src/devfs/devread.c
index 78fe102b6d..90c8203cb5 100644
--- a/cpukit/libfs/src/devfs/devread.c
+++ b/cpukit/libfs/src/devfs/devread.c
@@ -23,9 +23,9 @@ ssize_t devFS_read(
{
rtems_libio_rw_args_t args;
rtems_status_code status;
- rtems_driver_name_t *np;
+ rtems_device_name_t *np;
- np = (rtems_driver_name_t *)iop->file_info;
+ np = (rtems_device_name_t *)iop->file_info;
args.iop = iop;
args.offset = iop->offset;