diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-12-04 11:35:40 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-02-20 16:00:16 +1000 |
commit | 5f066c32a50eac584c0c8c19d8d5e38714f7c574 (patch) | |
tree | e6211ed14764407d23e3815fd494f77eda75bfe6 /drivers/gpu/drm/nouveau/Makefile | |
parent | bc79202f4c8ff6977133255dc2bb7d4dac3936f0 (diff) | |
download | op-kernel-dev-5f066c32a50eac584c0c8c19d8d5e38714f7c574.zip op-kernel-dev-5f066c32a50eac584c0c8c19d8d5e38714f7c574.tar.gz |
drm/nouveau/therm: fix various style issues, make more consistent
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Martin Peres <martin.peres@labri.fr>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 4fc39ec..26e0d56 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -107,10 +107,10 @@ nouveau-y += core/subdev/mxm/nv50.o nouveau-y += core/subdev/therm/base.o nouveau-y += core/subdev/therm/fan.o nouveau-y += core/subdev/therm/ic.o +nouveau-y += core/subdev/therm/temp.o nouveau-y += core/subdev/therm/nv40.o nouveau-y += core/subdev/therm/nv50.o nouveau-y += core/subdev/therm/nvd0.o -nouveau-y += core/subdev/therm/temp.o nouveau-y += core/subdev/timer/base.o nouveau-y += core/subdev/timer/nv04.o nouveau-y += core/subdev/vm/base.o |