diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2019-06-30 08:19:20 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2019-07-15 18:11:31 +0200 |
commit | 016f363ee11ce804ef6106fd737af63cb61fff3e (patch) | |
tree | 9b770389ef9cd32364f5fbedd96109fdffdc3e90 /drivers/gpu/drm/bochs/bochs_hw.c | |
parent | 322d0c84d30e722fb46c2a85956a57a429673c0d (diff) | |
download | kernel_replicant_linux-016f363ee11ce804ef6106fd737af63cb61fff3e.tar.gz kernel_replicant_linux-016f363ee11ce804ef6106fd737af63cb61fff3e.tar.bz2 kernel_replicant_linux-016f363ee11ce804ef6106fd737af63cb61fff3e.zip |
drm/bochs: drop use of drmP.h
Drop use of the deprecated drmP.h header file.
Made bochs.h self-contained and then fixed
fallout in remaining files.
Several unused includes was dropped in the process.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: virtualization@lists.linux-foundation.org
Link: https://patchwork.freedesktop.org/patch/msgid/20190630061922.7254-32-sam@ravnborg.org
Diffstat (limited to 'drivers/gpu/drm/bochs/bochs_hw.c')
-rw-r--r-- | drivers/gpu/drm/bochs/bochs_hw.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bochs/bochs_hw.c b/drivers/gpu/drm/bochs/bochs_hw.c index 791ab2f79947..29217e696549 100644 --- a/drivers/gpu/drm/bochs/bochs_hw.c +++ b/drivers/gpu/drm/bochs/bochs_hw.c @@ -2,6 +2,10 @@ /* */ +#include <linux/pci.h> + +#include <drm/drm_fourcc.h> + #include "bochs.h" /* ---------------------------------------------------------------------- */ |