summaryrefslogtreecommitdiffstats
path: root/cpukit/libi2c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-09 12:03:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-10 08:32:37 +0100
commit2858939a2ccb3cf1918dadd9cda1fd1d8ab5a9ef (patch)
treec942f9f828f944acdedf9f24daf06e3c3ebef280 /cpukit/libi2c
parentbsps/powerpc: Use default bsp_pretasking_hook() (diff)
downloadrtems-2858939a2ccb3cf1918dadd9cda1fd1d8ab5a9ef.tar.bz2
bsps: Delete superfluous bsp_pretasking_hook()
Use the bsp_predriver_hook() instead. Update #2408.
Diffstat (limited to 'cpukit/libi2c')
-rw-r--r--cpukit/libi2c/libi2c.h2
1 files changed, 1 insertions, 1 deletions
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 \
{ \