diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-06-18 15:46:22 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-06-18 15:49:50 +1000 |
commit | 82c2b5ed6f2760caaa7871f018166fadd849d2d2 (patch) | |
tree | 978673ca2f38a627f9d1dcc18c5ee2941a51e088 /drivers/gpu/drm/nouveau/Makefile | |
parent | 0946807ae669d388a813a083f1184053206b99c5 (diff) | |
download | lwn-82c2b5ed6f2760caaa7871f018166fadd849d2d2.tar.gz lwn-82c2b5ed6f2760caaa7871f018166fadd849d2d2.zip |
drm/gf117/i2c: no aux channels on this chipset
Reported-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 2b6156d0e4b5..8b307e143632 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -140,6 +140,7 @@ nouveau-y += core/subdev/i2c/nv4e.o nouveau-y += core/subdev/i2c/nv50.o nouveau-y += core/subdev/i2c/nv94.o nouveau-y += core/subdev/i2c/nvd0.o +nouveau-y += core/subdev/i2c/gf117.o nouveau-y += core/subdev/i2c/nve0.o nouveau-y += core/subdev/ibus/nvc0.o nouveau-y += core/subdev/ibus/nve0.o |