Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 152690 | Differences between
and this patch

Collapse All | Expand All

(-)NVIDIA-Linux-x86-1.0-8774-pkg0.orig/usr/src/nv/nv-i2c.c (-2 lines)
Lines 23-30 Link Here
23
static struct i2c_algorithm nv_i2c_algo = {
23
static struct i2c_algorithm nv_i2c_algo = {
24
    .master_xfer      = nv_i2c_algo_xfer,
24
    .master_xfer      = nv_i2c_algo_xfer,
25
    .smbus_xfer       = NULL,
25
    .smbus_xfer       = NULL,
26
    .slave_send       = NULL,
27
    .slave_recv       = NULL,
28
    .algo_control     = nv_i2c_algo_control,
26
    .algo_control     = nv_i2c_algo_control,
29
    .functionality    = nv_i2c_algo_functionality,
27
    .functionality    = nv_i2c_algo_functionality,
30
};
28
};

Return to bug 152690