diff options
author | Hariprasad Kelam <hariprasad.kelam@gmail.com> | 2019-05-26 13:59:36 +0300 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2019-08-23 05:55:31 +0300 |
commit | c8b3585d4fbdf48b692c14b41dd1d53c329f7592 (patch) | |
tree | 0901af39b7f05d742038a1c4957730bc8177010e /drivers/gpu/drm/nouveau/dispnv04/disp.h | |
parent | 7b97492555b1063417c143d2c22c503f6299c0b0 (diff) | |
download | linux-c8b3585d4fbdf48b692c14b41dd1d53c329f7592.tar.xz |
drm/nouveau/dispnv04: subdev/bios.h is included more than once
remove duplicate inclusion of subdev/bios.h
Issue identified by includecheck
Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/dispnv04/disp.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/dispnv04/disp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv04/disp.h b/drivers/gpu/drm/nouveau/dispnv04/disp.h index 6ccfc09bcf0f..495d3284e876 100644 --- a/drivers/gpu/drm/nouveau/dispnv04/disp.h +++ b/drivers/gpu/drm/nouveau/dispnv04/disp.h @@ -161,7 +161,6 @@ nv_match_device(struct drm_device *dev, unsigned device, dev->pdev->subsystem_device == sub_device; } -#include <subdev/bios.h> #include <subdev/bios/init.h> static inline void |