diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-08-09 14:10:23 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-08-09 15:13:16 -0400 |
commit | fdb751ef2bbc78314d1e01d3425cfacfb19b9f86 (patch) | |
tree | f80b3344ff1a1fbf5d19a49a9d60bd407d653c7c /drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | |
parent | f45f55c4bbf8a9f9c607e5f6013abac60427e3f7 (diff) |
drm/nouveau: remove as much direct use of core headers as possible
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/dispnv04/tvnv17.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv04/tvnv17.c b/drivers/gpu/drm/nouveau/dispnv04/tvnv17.c index 5210190744a3..72d2ab04db47 100644 --- a/drivers/gpu/drm/nouveau/dispnv04/tvnv17.c +++ b/drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | |||
@@ -34,10 +34,6 @@ | |||
34 | #include "hw.h" | 34 | #include "hw.h" |
35 | #include "tvnv17.h" | 35 | #include "tvnv17.h" |
36 | 36 | ||
37 | #include <core/device.h> | ||
38 | |||
39 | #include <subdev/bios/gpio.h> | ||
40 | |||
41 | MODULE_PARM_DESC(tv_norm, "Default TV norm.\n" | 37 | MODULE_PARM_DESC(tv_norm, "Default TV norm.\n" |
42 | "\t\tSupported: PAL, PAL-M, PAL-N, PAL-Nc, NTSC-M, NTSC-J,\n" | 38 | "\t\tSupported: PAL, PAL-M, PAL-N, PAL-Nc, NTSC-M, NTSC-J,\n" |
43 | "\t\t\thd480i, hd480p, hd576i, hd576p, hd720p, hd1080i.\n" | 39 | "\t\t\thd480i, hd480p, hd576i, hd576p, hd720p, hd1080i.\n" |