summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/devfs/devopen.c')
-rw-r--r--cpukit/libfs/src/devfs/devopen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/devfs/devopen.c b/cpukit/libfs/src/devfs/devopen.c
index c05b116d3a..e1dcf64957 100644
--- a/cpukit/libfs/src/devfs/devopen.c
+++ b/cpukit/libfs/src/devfs/devopen.c
@@ -24,9 +24,9 @@ int devFS_open(
{
rtems_libio_open_close_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.flags = iop->flags;