From 2858939a2ccb3cf1918dadd9cda1fd1d8ab5a9ef Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 9 Dec 2015 12:03:49 +0100 Subject: bsps: Delete superfluous bsp_pretasking_hook() Use the bsp_predriver_hook() instead. Update #2408. --- cpukit/libi2c/libi2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libi2c') diff --git a/cpukit/libi2c/libi2c.h b/cpukit/libi2c/libi2c.h index 27bf94cb97..341e390760 100644 --- a/cpukit/libi2c/libi2c.h +++ b/cpukit/libi2c/libi2c.h @@ -133,7 +133,7 @@ extern const rtems_driver_address_table rtems_libi2c_io_ops; * 'rtems_libi2c_register_bus' and * 'rtems_libi2c_register_drv' and/or * 'mknod' (for 'raw' device nodes) - * from the 'pretasking_hook'. + * from the 'bsp_predriver_hook'. */ #define RTEMS_LIBI2C_DRIVER_TABLE_ENTRY \ { \ -- cgit v1.2.3