2006-01-08 Joel Sherrill <joel@OARcorp.com>

* optman/sapi/no-io.c: Change rtems_io_register_name to take a const
	char *.
This commit is contained in:
Joel Sherrill
2006-01-08 17:59:11 +00:00
parent 580f024177
commit c2c0379c82
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2006-01-08 Joel Sherrill <joel@OARcorp.com>
* optman/sapi/no-io.c: Change rtems_io_register_name to take a const
char *.
2006-01-08 Joel Sherrill <joel@OARcorp.com>
* libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate

View File

@@ -59,9 +59,9 @@ rtems_status_code rtems_io_unregister_driver(
}
rtems_status_code rtems_io_register_name(
char *device_name,
rtems_device_major_number major,
rtems_device_minor_number minor
const char *device_name,
rtems_device_major_number major,
rtems_device_minor_number minor
)
{
_Internal_error_Occurred(