X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=Documentation%2Fi2c%2Fsmbus-protocol.rst;fp=Documentation%2Fi2c%2Fsmbus-protocol.rst;h=c2e29633071ec31d2b5c8d71f439dff1baab7188;hp=c122ed239f7f6bbc0b1cf01e1c954b60d3018a44;hb=ed680522268da2f6f2a67505dd144e718d726712;hpb=0f8205640784a263bf9fead2729a0820dae01eee diff --git a/Documentation/i2c/smbus-protocol.rst b/Documentation/i2c/smbus-protocol.rst index c122ed239f7f..c2e29633071e 100644 --- a/Documentation/i2c/smbus-protocol.rst +++ b/Documentation/i2c/smbus-protocol.rst @@ -274,7 +274,7 @@ to know which slave triggered the interrupt. This is implemented the following way in the Linux kernel: * I2C bus drivers which support SMBus alert should call - i2c_setup_smbus_alert() to setup SMBus alert support. + i2c_new_smbus_alert_device() to install SMBus alert support. * I2C drivers for devices which can trigger SMBus alerts should implement the optional alert() callback.