Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 747fddd4 authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

drm/qxl: move extern variable declaration header file

parent 45dfe577
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include "qxl_drv.h"
#include "qxl_object.h"

extern int qxl_max_ioctls;
static const struct pci_device_id pciidlist[] = {
	{ 0x1b36, 0x100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8,
	  0xffff00, 0 },
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@

extern int qxl_log_level;
extern int qxl_num_crtc;
extern int qxl_max_ioctls;

enum {
	QXL_INFO_LEVEL = 1,